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
0afadfc5
Commit
0afadfc5
authored
Sep 26, 2019
by
Ľuboslav Pivarč
Browse files
move and rename file to generic
parent
5489c0dd
Pipeline
#25376
waiting for manual action with stages
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0afadfc5
...
...
@@ -33,7 +33,8 @@ 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 -
-
mv $foo ./sp_key.pem
-
kubectl -n cbio-on-demand${NAMESPACE} create secret generic key --from-file=sp_key.pem --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