X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=shell%2Fpublish_helm_charts.sh;h=9c511c5b69671704a04e69962044fad4a8224c2b;hb=ed8ead96917333f9f368c4703a2d4ee40933b8c5;hp=23c5fbd9da345045dcd1a4afb2b9d141cdc64700;hpb=5d7016befaaf507712ce88bdbe6fe7eb14d3448c;p=ci-management.git diff --git a/shell/publish_helm_charts.sh b/shell/publish_helm_charts.sh index 23c5fbd9d..9c511c5b6 100755 --- a/shell/publish_helm_charts.sh +++ b/shell/publish_helm_charts.sh @@ -20,8 +20,7 @@ for chart in "${helm_charts[@]}"; do curl -n --upload-file "$chart" "https://nexus.onap.org/content/sites/oom-helm-$BUILD_TYPE/$GERRIT_BRANCH/$GIT_COMMIT/$chart" ;; 'release') - echo "Release automation not implemented yet." - exit 1 + curl -n --upload-file "$chart" "https://nexus.onap.org/content/sites/oom-helm-$BUILD_TYPE/$chart" ;; *) echo "You must set BUILD_TYPE to one of (snapshot, staging, release)."