From a12ad823b911792c04ea73b2ec816a657b1ef5ed Mon Sep 17 00:00:00 2001
From: handreas <andreas.hamacher@monash.edu>
Date: Thu, 30 Jan 2020 23:56:42 +0000
Subject: [PATCH] enabling stack deletion

Former-commit-id: 1b0ac75b51d5451472c94b3540cf52d265e41dcc
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9bcd0ca6..93cde3ed 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -198,6 +198,7 @@ clean:
   script:
     - source ./$NECTAR_ALLOCATION-openrc.sh
     - bash -x ./CICD/heat/heatcicdwrapper.sh delete_if_exists $STACKNAME
+  when: manual 
   only:
     variables:
       - $EXTENDED != null
\ No newline at end of file
-- 
GitLab