Commit 7a9b7af0 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

Merge branch 'fix/publish-info' into 'master'

fix: correct the output of helm-publish

Closes #35

See merge request to-be-continuous/helm!57
parents 890717d4 7ddb31e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -639,7 +639,7 @@ stages:
        pubscript="$HELM_SCRIPTS_DIR/helm-publish.sh"
        if [[ -f "$pubscript" ]]
        then
          log_info "--- ... custom publish script (\\e[33;1m${postscript}\\e[0m) found: will use"
          log_info "--- ... custom publish script (\\e[33;1m${pubscript}\\e[0m) found: will use"
          HELM_PUBLISH_METHOD=custom
        elif [[ "$HELM_PUBLISH_URL" =~ oci://.* ]]
        then