X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=deploy%2Fkud%2Fkud_launch.sh;h=e63419a6731104207f5329dd2106796828a77179;hb=999c2adc3d38570cac79e63a396e8f4340492961;hp=d7be23c72231c39755d58337ae1b6e17004aaac2;hpb=aaaa10a54a1d7ec0a1c4e3a675113ec9656c0e1a;p=icn.git diff --git a/deploy/kud/kud_launch.sh b/deploy/kud/kud_launch.sh index d7be23c..e63419a 100755 --- a/deploy/kud/kud_launch.sh +++ b/deploy/kud/kud_launch.sh @@ -1,6 +1,10 @@ #!/bin/bash +LIBDIR="$(dirname "$(dirname "$PWD")")" -if [ ! -d $PWD/multicloud-k8s ]; then +source $LIBDIR/env/lib/common.sh + +if [ ! -d $DOWNLOAD_PATH/multicloud-k8s ]; then + pushd $DOWNLOAD_PATH git clone https://github.com/onap/multicloud-k8s.git + popd fi -