Skip to content

Update .gitlab-ci.yml

Setting the GIT_STRATEGY to none is necessary on the stop_review job so that the GitLab Runner won't try to checkout the code after the branch is deleted.

https://docs.gitlab.com/ce/ci/environments.html#stopping-an-environment

Merge request reports