From: Zhe Huang Date: Tue, 8 Dec 2020 16:53:58 +0000 (+0000) Subject: Merge "Remove the stable helm repo from helm verification" X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=bbcea345ef81e46f2fbd01e81d8870a3f0ed9404;hp=2afa8caed006b69de5a76121c2583fa9766c059b;p=ric-plt%2Fric-dep.git Merge "Remove the stable helm repo from helm verification" --- diff --git a/bin/verify-ric-charts b/bin/verify-ric-charts index 2a8b9e6..e9630c4 100755 --- a/bin/verify-ric-charts +++ b/bin/verify-ric-charts @@ -67,6 +67,7 @@ $HELM_COMMAND package --save=false -d ./charts "$ROOT_DIR/dep/ric-common/Common- $HELM_COMMAND repo index ./charts # Make sure that helm local repo is added $HELM_COMMAND repo remove local +$HELM_COMMAND repo remove stable $HELM_COMMAND repo add local http://127.0.0.1:8879/charts # Remove it/dep charts rm -rf ./dep diff --git a/ci/Dockerfile b/ci/Dockerfile index 27618f5..7274a5e 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -22,7 +22,7 @@ ARG GH=get_helm.sh # often times out during LF jenkins build RUN curl --silent --show-error --connect-timeout 10 --retry 6 -L https://raw.githubusercontent.com/helm/helm/master/scripts/get -o ${GH} RUN bash ${GH} -RUN helm init -c +RUN helm init -c --skip-repos ARG TGT=/tmp/ric-plt-ric-dep COPY . $TGT RUN $TGT/bin/verify-ric-charts