From c7b30cf749da6a7458d8283c221cf256ceb91e26 Mon Sep 17 00:00:00 2001 From: Rainer Killinger Date: Mon, 22 Aug 2022 11:57:54 +0200 Subject: [PATCH] ci: fix stop_review job --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0644be92..3857c410 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -181,8 +181,6 @@ review: stop_review: stage: deploy - variables: - GIT_STRATEGY: none script: - ./node_modules/.bin/surge teardown $CI_PROJECT_PATH_SLUG-$CI_ENVIRONMENT_SLUG.surge.sh when: manual