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

still working on key handling

Former-commit-id: b94493d4
parent e4928b51
No related branches found
No related tags found
No related merge requests found
......@@ -66,10 +66,9 @@ build_cluster_cicd:
tags:
- heat
before_script:
- echo $GC_KEY > gc_key.pem
- echo "$GC_KEY" > 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:
- echo "heat stage"
- 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