X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=env%2Flib%2Fcommon.sh;h=af54d237462701ba9e1b890412093350c493b114;hb=00ee6025d0bcd56f5a55f06c76c97cc864534b20;hp=14f768025866612a4f60a633b62b3eeb9c2eef33;hpb=b2e0b6304ab47b4432948c95a587facdbaa1e705;p=icn.git diff --git a/env/lib/common.sh b/env/lib/common.sh index 14f7680..af54d23 100755 --- a/env/lib/common.sh +++ b/env/lib/common.sh @@ -27,11 +27,11 @@ KUDPATH="/opt/src/github.com/onap/multicloud-k8s" KUD_VERSION="8157bf63753839ce4e9006978816fad3f63ca2de" #EMCO repository URL -EMCOREPO="${EMCOREPO:-https://github.com/open-ness/EMCO.git}" +EMCOREPO="${EMCOREPO:-https://gitlab.com/project-emco/core/emco-base.git}" #Path to clone the EMCO repo -EMCOPATH="/opt/src/github.com/open-ness/EMCO" +EMCOPATH="/opt/src/emco-base" #EMCO version to use -EMCO_VERSION="openness-21.03.06" +EMCO_VERSION="v21.12" #Discard existing repo directory FORCE_REPO_UPDATE="${FORCE_REPO_UPDATE:-false}"