Merge pull request #3518 from renestalder/patch-2

Add GitLab GIT_STRATEGY for stop_preview_app
This commit is contained in:
Jose Diaz-Gonzalez
2019-04-23 12:20:17 -04:00
committed by GitHub

View File

@@ -87,6 +87,8 @@ The above only runs for non-master branches, and will _also_ trigger an `on_stop
stop_review_app:
image: ilyasemenov/gitlab-ci-git-push
stage: deploy
variables:
GIT_STRATEGY: none
environment:
name: review/$CI_COMMIT_REF_NAME
action: stop