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
33b8c606
Commit
33b8c606
authored
Sep 25, 2019
by
Ľuboslav Pivarč
Browse files
unified naming of file
parent
92a1311b
Pipeline
#25291
waiting for manual action with stages
in 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
33b8c606
...
...
@@ -29,12 +29,12 @@ stages:
*kube-auth
script
:
-
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 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 cert || kubectl -n cbio-on-demand${NAMESPACE} create configmap cert --from-file=
sp_cert.pem
-
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")
-
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
-
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
.cbio-db-build-template
:
&cbio-db-build-template
stage
:
build
...
...
mellon/beta/
http_cbiood_beta.edirex.ics.muni.cz
.xml
→
mellon/beta/
sp-metadata
.xml
View file @
33b8c606
File moved
mellon/beta/
http_cbiood_beta.edirex.ics.muni.cz.cert
→
mellon/beta/
sp_cert.pem
View file @
33b8c606
File moved
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