From b94493d4841f26d1535f83acc721e3057e95db89 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Wed, 29 Jan 2020 01:10:04 +0000 Subject: [PATCH] still working on key handling --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ae7d85e..997dd74b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab