Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
helm-charts
Shibboleth SP
Helm Chart
Commits
e9b5c3c2
Commit
e9b5c3c2
authored
May 29, 2021
by
Sandro Mathys
Browse files
create releases again
parent
7a1107cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
e9b5c3c2
...
...
@@ -173,3 +173,19 @@ upload:
-
echo "${SHIBBOLETH_SP_HELM_CHART_REGISTRY_TOKEN}" | helm registry login "${CI_REGISTRY_IMAGE}" -u "gitlab-ci-shibboleth-sp-helm-chart" --password-stdin
-
helm chart save "${CI_PROJECT_DIR}/chart" "${CI_REGISTRY_IMAGE}"
-
helm chart push "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
release
:
stage
:
release
environment
:
name
:
release
only
:
variables
:
-
$CI_COMMIT_TAG
interruptible
:
true
needs
:
-
package
-
upload
release
:
name
:
"
Release
${CI_COMMIT_TAG}"
description
:
"
Automatically
created
by
the
pipeline"
tag_name
:
${CI_COMMIT_TAG}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment