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
c2afda87
Commit
c2afda87
authored
May 31, 2021
by
Sandro Mathys
Browse files
run tests on tag push
parent
9e905fb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c2afda87
...
...
@@ -49,6 +49,7 @@ prepare:
name
:
main
only
:
-
main
-
tags
image
:
name
:
"
${CI_REGISTRY}/maps/cicd-images/ansible:latest"
interruptible
:
true
...
...
@@ -76,6 +77,7 @@ pre-cleanup:
name
:
main
only
:
-
main
-
tags
extends
:
-
.cleanup
...
...
@@ -86,6 +88,7 @@ deploy:
name
:
main
only
:
-
main
-
tags
interruptible
:
true
script
:
-
kubectl --namespace "${NAMESPACE}" --server "${KUBE_APISERVER}" --token="${KUBE_TOKEN}" create secret tls shibboleth-sp-helm-chart-certs --cert="${CI_PROJECT_DIR}/ci/sp-cert.pem" --key="${CI_PROJECT_DIR}/ci/sp-key.pem"
...
...
@@ -101,6 +104,7 @@ verify:
name
:
main
only
:
-
main
-
tags
interruptible
:
true
script
:
-
helm test "${HELM_RELEASE}"
...
...
@@ -116,6 +120,7 @@ post-cleanup:
name
:
main
only
:
-
main
-
tags
extends
:
.cleanup
...
...
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