X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=scripts%2Fsetup.sh;fp=scripts%2Fsetup.sh;h=07cecd3f3fc9a498fa8e691f6b88533c2fdd483c;hb=ce122e1f967d8b9b8e72d09db28f0dba7ee43cd9;hp=15e5a84f8f59fb0ceb9fd81ee1fd7a1f13c82a09;hpb=1beee913a772dfded12a62d08a8bbb8f488fd160;p=eliot.git diff --git a/scripts/setup.sh b/scripts/setup.sh index 15e5a84..07cecd3 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -21,7 +21,7 @@ # constants OSPLATFORM=$(awk -F= '/^NAME/{print $2}' /etc/os-release) - +ELIOT_REPO="https://gerrit.akraino.org/r/eliot" show_help() { @@ -54,7 +54,6 @@ setup_k8sworkers() set -o xtrace # Install Docker on ELIOT Node - ELIOT_REPO="https://gerrit.akraino.org/r/eliot" SETUP_WORKER_COMMON="sudo rm -rf ~/eliot &&\ git clone ${ELIOT_REPO} &&\ cd eliot/scripts && source common.sh" @@ -99,7 +98,6 @@ setup_k8sworkers_centos() set -o xtrace # Install Docker on ELIOT Node - ELIOT_REPO="https://gerrit.akraino.org/r/eliot" SETUP_WORKER_COMMON_CENTOS="sudo rm -rf ~/eliot &&\ git clone ${ELIOT_REPO} &&\ cd eliot/scripts && source common_centos.sh"