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

WTF

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