Loading templates/gitlab-ci-helm.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
templates/gitlab-ci-helm.yml +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading