Use common clone repo function
[icn.git] / deploy / kud / kud_launch.sh
diff --git a/deploy/kud/kud_launch.sh b/deploy/kud/kud_launch.sh
deleted file mode 100755 (executable)
index 53d7154..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/usr/bin/env bash
-set -eu -o pipefail
-
-LIBDIR="$(dirname "$(dirname "$PWD")")"
-
-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