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

concat string

parent 981d2b1a
No related branches found
No related tags found
No related merge requests found
Pipeline #25113 waiting for manual action
...@@ -31,7 +31,8 @@ stages: ...@@ -31,7 +31,8 @@ stages:
- cd mellon/${CI_COMMIT_REF_NAME} - cd mellon/${CI_COMMIT_REF_NAME}
- kubectl get -n cbio-on-demand${NAMESPACE} configmaps cert || kubectl -n cbio-on-demand${NAMESPACE} create configmap cert --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.cert - kubectl get -n cbio-on-demand${NAMESPACE} configmaps cert || kubectl -n cbio-on-demand${NAMESPACE} create configmap cert --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.cert
- kubectl get -n cbio-on-demand${NAMESPACE} configmaps xml || kubectl -n cbio-on-demand${NAMESPACE} create configmap xml --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.xml - kubectl get -n cbio-on-demand${NAMESPACE} configmaps xml || kubectl -n cbio-on-demand${NAMESPACE} create configmap xml --from-file=http_cbiood_${CI_COMMIT_REF_NAME}.edirex.ics.muni.cz.xml
- echo ${${CI_COMMIT_REF_NAME}_KEY} >> key.key - export foo="${CI_COMMIT_REF_NAME}_KEY"
- echo ${foo} >> key.key
- kubectl get -n cbio-on-demand${NAMESPACE} secrets key || kubectl -n cbio-on-demand${NAMESPACE} create secret generic key --from-file=key.key - kubectl get -n cbio-on-demand${NAMESPACE} secrets key || kubectl -n cbio-on-demand${NAMESPACE} create secret generic key --from-file=key.key
.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