Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment