diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 30afaec5..7790e150 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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" \ No newline at end of file