Skip to content
Snippets Groups Projects
Commit b94493d4 authored by Andreas Hamacher's avatar Andreas Hamacher
Browse files

still working on key handling

parent a71a84c6
No related branches found
No related tags found
3 merge requests!297Cicd merge back,!284Cicd,!282CICD
...@@ -66,10 +66,9 @@ build_cluster_cicd: ...@@ -66,10 +66,9 @@ build_cluster_cicd:
tags: tags:
- heat - heat
before_script: before_script:
- echo $GC_KEY > gc_key.pem - echo "$GC_KEY" > gc_key.pem
- chmod 400 gc_key.pem - chmod 400 gc_key.pem
- echo $HPCCICD_openrc - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
- echo $HPCCICD_openrc > ./$NECTAR_ALLOCATION-openrc.sh
script: script:
- echo "heat stage" - echo "heat stage"
- source ./$NECTAR_ALLOCATION-openrc.sh - source ./$NECTAR_ALLOCATION-openrc.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment