From 63b5f488c382cc9e68fb199a4005ba43cae91dad Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Thu, 16 Apr 2020 06:26:48 +0000
Subject: [PATCH] taking some shortcuts

Former-commit-id: 40f562045069078e7a7ae8dc9688068b69ccc832
---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2992bed..d0dc0f15 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -191,17 +191,17 @@ manual_cluster_spawn:
     refs:
       - "cicd"
   
-clean:
-  stage: clean
-  tags:
-  - heat
-  before_script:
-    - echo "cleanup stack"
-    - sleep 30
-    - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
-  script:
-    - source ./$NECTAR_ALLOCATION-openrc.sh
-    - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
+#clean:
+#  stage: clean
+#  tags:
+#  - heat
+#  before_script:
+#    - echo "cleanup stack"
+#    - sleep 30
+#    - echo "$HPCCICD_openrc" > ./$NECTAR_ALLOCATION-openrc.sh
+#  script:
+#    - source ./$NECTAR_ALLOCATION-openrc.sh
+#    - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
 
   
 # heat_test:
-- 
GitLab