Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
europdx
k8s
cbio-on-demand
Kubernetes-Docker
Commits
5489c0dd
Commit
5489c0dd
authored
Sep 26, 2019
by
Ľuboslav Pivarč
Browse files
Update .gitlab-ci.yml
parent
e0e5b0d7
Pipeline
#25374
waiting for manual action with stages
in 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
5489c0dd
...
...
@@ -33,7 +33,7 @@ stages:
-
kubectl get -n cbio-on-demand${NAMESPACE} configmaps xml || kubectl -n cbio-on-demand${NAMESPACE} create configmap xml --from-file=sp-metadata.xml
-
export foo="${CI_COMMIT_REF_NAME}_KEY"
-
foo=$(eval echo \$"$foo")
-
kubectl -n cbio-on-demand${NAMESPACE} create secret generic key --from-file="$
"
foo" --dry-run -o yaml | kubectl apply -f -
-
kubectl -n cbio-on-demand${NAMESPACE} create secret generic key --from-file="$foo" --dry-run -o yaml | kubectl apply -f -
.cbio-db-build-template
:
&cbio-db-build-template
stage
:
build
...
...
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