[HELM] Clean up and fix oom helm jobs
[ci-management.git] / shell / helm / helm-repo-init.sh
similarity index 95%
rename from shell/helm-repo-init.sh
rename to shell/helm/helm-repo-init.sh
index 953abb8..f1ef7aa 100755 (executable)
@@ -5,7 +5,6 @@ set -e -o pipefail
 mkdir -p ".chartstorage"
 
 chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
-source helm.prop
 $HELM_BIN plugin install --version v0.10.3 https://github.com/chartmuseum/helm-push.git || true
 $HELM_BIN repo add local http://localhost:6464
 $HELM_BIN repo add onap http://localhost:6464