From 8a56203a165c879912ff892a244ba016e9454939 Mon Sep 17 00:00:00 2001 From: handreas <andreas.hamacher@monash.edu> Date: Mon, 2 Mar 2020 02:59:07 +0000 Subject: [PATCH] pathing fixes --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c442f20..287275ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -62,6 +62,7 @@ build_cluster_cicd: tags: - heat before_script: + - cd $DEFAULT_PATH - echo "$GC_KEY" > gc_key.pem - chmod 400 gc_key.pem - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh @@ -69,8 +70,8 @@ build_cluster_cicd: - echo "heat stage" - source ./$NECTAR_ALLOCATION-openrc.sh - openstack stack list - - bash -x ./CICD/heat/heatcicdwrapper.sh create_or_update $STACKNAME - - bash -x ./CICD/heat/server_rebuild.sh all + - bash -x ./heat/heatcicdwrapper.sh create_or_update $STACKNAME + - bash -x ./heat/server_rebuild.sh all after_script: - sleep 30 # artifically wait a bit to give the nodes time to boot # only: -- GitLab