Chore: Add debug flag to curl cmd for helm release 30/128830/1
authorBengt Thuree <bthuree@linuxfoundation.org>
Mon, 25 Apr 2022 14:30:38 +0000 (00:30 +1000)
committerBengt Thuree <bthuree@linuxfoundation.org>
Mon, 25 Apr 2022 14:32:05 +0000 (00:32 +1000)
Issue-ID: CIMAN-33 IT-23362
Signed-off-by: Bengt Thuree <bthuree@linuxfoundation.org>
Change-Id: I42d3c46eb837a9e59227e78732c7cd250678eb0c

shell/publish_helm_charts.sh

index be0fa96..4cc27fe 100755 (executable)
@@ -22,7 +22,7 @@ for chart in "${helm_charts[@]}"; do
       ;;
     'release')
       echo "  * release build, pushing to https://nexus3.onap.org/repository/onap-helm-release/"
-      curl -n --upload-file "$chart" "https://nexus3.onap.org/repository/onap-helm-release/"
+      curl -vn --upload-file "$chart" "https://nexus3.onap.org/repository/onap-helm-release/"
         ;;
     *)
       echo "You must set BUILD_TYPE to one of (snapshot, staging, release)."