Skip to content
Snippets Groups Projects
Commit 5489c0dd authored by Ľuboslav Pivarč's avatar Ľuboslav Pivarč
Browse files

Update .gitlab-ci.yml

parent e0e5b0d7
No related branches found
No related tags found
No related merge requests found
Pipeline #25374 waiting for manual action
...@@ -33,7 +33,7 @@ stages: ...@@ -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 - 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" - export foo="${CI_COMMIT_REF_NAME}_KEY"
- foo=$(eval echo \$"$foo") - 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 .cbio-db-build-template: &cbio-db-build-template
stage: build stage: build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment