Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean McGivern <sean@gitlab.com>2019-04-05 16:18:35 +0300
committerSean McGivern <sean@gitlab.com>2019-04-05 16:18:35 +0300
commite32c82ed1eabc0e409e91d5d210f1ecc6fd4c091 (patch)
treef77994e07005092aaaa3f7d48d442ccbe98a07df /lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
parent4dd53240fb760af16e43f4ee6a3ff12dc296d7e0 (diff)
Revert "Merge branch 'require-all-templates-to-include-default-stages' into 'master'"
This reverts merge request !26954
Diffstat (limited to 'lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml')
-rw-r--r--lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
index 611b25c2113..f786022beb0 100644
--- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
+++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml
@@ -60,7 +60,6 @@ variables:
stages:
- build
- test
- - deploy # dummy stage to follow the template guidelines
- review
- dast
- staging