Code refactoring for bpa operator
[icn.git] / deploy / kud / kud_launch.sh
1 #!/bin/bash
2 LIBDIR="$(dirname "$(dirname "$PWD")")"
3
4 source $LIBDIR/env/lib/common.sh
5
6 if [ ! -d $DOWNLOAD_PATH/multicloud-k8s ]; then
7         pushd $DOWNLOAD_PATH
8         git clone https://github.com/onap/multicloud-k8s.git
9         popd
10 fi