From 54e3e6683743dad0d877a28d1e278049b713ad6a Mon Sep 17 00:00:00 2001 From: Zack Wong <coffee@ucc.gu.uwa.edu.au> Date: Sun, 24 Feb 2019 17:54:36 +0800 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 50c32fe..19d2236 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,8 @@ stop_testing: environment: name: test/$CI_COMMIT_REF_NAME action: stop - except: master + 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