CI: remove old branches from testsuite
[ci-management.git] / shell / helm / helm-repo-init.sh
1 #!/bin/bash
2 # Ensure we fail the job if any steps fail
3 set -e -o pipefail
4
5 mkdir -p ".chartstorage"
6
7 chartmuseum --port=6464 --storage="local" --storage-local-rootdir=".chartstorage" &> /dev/null &
8 $HELM_BIN plugin install --version v0.10.3 https://github.com/chartmuseum/helm-push.git || true
9 $HELM_BIN repo add local http://localhost:6464
10 $HELM_BIN repo add onap http://localhost:6464