From 4cea170de11b549bcde3f45a7b43f754f8142ac7 Mon Sep 17 00:00:00 2001
From: Zack Wong <coffee@ucc.gu.uwa.edu.au>
Date: Sun, 24 Feb 2019 17:53:47 +0800
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6dc0da3..50c32fe 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -75,6 +75,7 @@ stop_testing:
   environment:
     name: test/$CI_COMMIT_REF_NAME
     action: stop
+  except: master
   script:
     - rm -f /var/www/test/$CI_COMMIT_REF_NAME
     - rm -f /etc/uwsgi/vassals/$CI_COMMIT_REF_NAME.ini
\ No newline at end of file
-- 
GitLab