ci: fix stop_review job

This commit is contained in:
Rainer Killinger
2022-08-22 11:57:54 +02:00
parent 399e1a6f7e
commit c7b30cf749

View File

@@ -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