Update .gitlab-ci.yml file

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

@ -24,22 +24,3 @@ deploy_website:
- public - public
rules: rules:
- if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH" - 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