Loading templates/gitlab-ci-helm.yml +2 −0 Original line number Diff line number Diff line Loading @@ -845,6 +845,7 @@ stages: echo "$environment_url" > environment_url.txt fi echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$environment_url" >> helm.env chmod 644 environment_url.txt helm.env } # delete application (and dependencies) Loading Loading @@ -976,6 +977,7 @@ stages: helm_publish "$snapshot_package" echo -e "helm_snapshot_package_name=${chart_name}\\nhelm_snapshot_package_version=${snapshot_label}\\nhelm_snapshot_package_remote_url=${HELM_PUBLISH_URL}" >> helm-package.env fi chmod 644 helm-package.env } function helm_publish() { Loading Loading
templates/gitlab-ci-helm.yml +2 −0 Original line number Diff line number Diff line Loading @@ -845,6 +845,7 @@ stages: echo "$environment_url" > environment_url.txt fi echo -e "environment_type=$environment_type\\nenvironment_name=$environment_name\\nenvironment_url=$environment_url" >> helm.env chmod 644 environment_url.txt helm.env } # delete application (and dependencies) Loading Loading @@ -976,6 +977,7 @@ stages: helm_publish "$snapshot_package" echo -e "helm_snapshot_package_name=${chart_name}\\nhelm_snapshot_package_version=${snapshot_label}\\nhelm_snapshot_package_remote_url=${HELM_PUBLISH_URL}" >> helm-package.env fi chmod 644 helm-package.env } function helm_publish() { Loading