diff --git a/templates/gitlab-ci-helm.yml b/templates/gitlab-ci-helm.yml index ec668e797f5d6aa3f7e88db37b5127a5db2ab827..fc077ad7c1374496c5c7b784895b572545bfb1af 100644 --- a/templates/gitlab-ci-helm.yml +++ b/templates/gitlab-ci-helm.yml @@ -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