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

newline pls

parent 33b8c606
Branches
Tags v14.0.1
No related merge requests found
Pipeline #25355 canceled
...@@ -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")
- echo ${foo} >> sp_key.pem - echo "$foo" >> sp_key.pem
- kubectl get -n cbio-on-demand${NAMESPACE} secrets key || kubectl -n cbio-on-demand${NAMESPACE} create secret generic key --from-file=sp_key.pem - kubectl get -n cbio-on-demand${NAMESPACE} secrets key || kubectl -n cbio-on-demand${NAMESPACE} create secret generic key --from-file=sp_key.pem
.cbio-db-build-template: &cbio-db-build-template .cbio-db-build-template: &cbio-db-build-template
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment