From 7ab120297ef60d93a41c483d08051fd48c79169f Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Wed, 29 Jan 2020 00:58:43 +0000 Subject: [PATCH] still working on key handling Former-commit-id: a62241551391684f15aaa788c450a6d0485a502a --- .gitlab-ci.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1ea216d5..4ae7d85e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -68,6 +68,7 @@ build_cluster_cicd: before_script: - echo $GC_KEY > gc_key.pem - chmod 400 gc_key.pem + - echo $HPCCICD_openrc - echo $HPCCICD_openrc > ./$NECTAR_ALLOCATION-openrc.sh script: - echo "heat stage" @@ -76,11 +77,11 @@ build_cluster_cicd: - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME after_script: - sleep 20 # artifically wait a bit to give the nodes time to boot - only: - changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges - - "heat/*HOT*.yaml" - - schedules - - ./.gitlab-ci.yml +# only: +# changes: #https://docs.gitlab.com/ee/ci/yaml/#onlychangesexceptchanges +# - "heat/*HOT*.yaml" +# - schedules +# - ./.gitlab-ci.yml ansible_create_cluster_stage: stage: ansible_create_cluster_stage -- GitLab