Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2022-04-14 11:51:49 +00:00
parent 2374aa7156
commit 1fcd7dd1ef

@ -23,23 +23,4 @@ deploy_website:
paths:
- public
rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"
stages:
- build
- test
- deploy
- review
- dast
- staging
- canary
- production
- incremental rollout 10%
- incremental rollout 25%
- incremental rollout 50%
- incremental rollout 100%
- performance
- cleanup
sast:
stage: test
include:
- template: Auto-DevOps.gitlab-ci.yml
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH"