From 1fcd7dd1ef751aa40edba83fc0fab6ebf5942c05 Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Thu, 14 Apr 2022 11:51:49 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) 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