summaryrefslogtreecommitdiffstats
path: root/shell/publish_helm_charts.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell/publish_helm_charts.sh')
-rwxr-xr-xshell/publish_helm_charts.sh3
1 files changed, 1 insertions, 2 deletions
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)."