Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
709ab79d
Commit
709ab79d
authored
Jun 07, 2021
by
Sandro Mathys
Browse files
debug
parent
d45cbbad
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
709ab79d
...
...
@@ -13,7 +13,6 @@ variables:
HELM_RELEASE
:
"
shibboleth-sp-helm-chart"
HELM_EXPERIMENTAL_OCI
:
"
1"
# required to use the container registry as helm chart repository
# HELM_DEBUG: "true"
# KUBECONFIG: "/dev/null"
cache
:
key
:
"
${CI_ENVIRONMENT_SLUG}-${CI_COMMIT_REF_SLUG}"
...
...
@@ -55,9 +54,6 @@ prepare:
name
:
"
${CI_REGISTRY_IMAGE}/ansible:latest"
interruptible
:
true
before_script
:
-
cat ${KUBECONFIG}
-
exit
1
# we only have a POSIX compliant shell (busybox ash), no bash - thus the code here is a bit awkward
-
missing_vars=""
-
test -n "${KUBE_TOKEN}" || missing_vars="${missing_vars} KUBE_TOKEN"
...
...
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