diff options
author | Rémy Coutable <remy@rymai.me> | 2018-11-14 10:22:00 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2018-11-14 10:22:00 +0000 |
commit | dff3ded57f6bb4777152fb429af906125526113e (patch) | |
tree | 7f725c7f86de1ed89d2047ba027834f77c2be0c1 | |
parent | 9d5d7c83e20b6f964f22cb7ada488997e08df105 (diff) | |
parent | b9ec3c2ffa58309a4f31e635e9132edfa78622e7 (diff) | |
download | gitlab-ce-dff3ded57f6bb4777152fb429af906125526113e.tar.gz |
Merge branch 'patch-31' into 'master'
Update comment in Auto-DevOps.gitlab-ci.yml
See merge request gitlab-org/gitlab-ce!23013
-rw-r--r-- | lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml | 2 |
1 files changed, 1 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 ec949c290bd..4b726bd90d3 100644 --- a/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml +++ b/lib/gitlab/ci/templates/Auto-DevOps.gitlab-ci.yml @@ -27,7 +27,7 @@ # Continuous deployment to production is enabled by default. # If you want to deploy to staging first, set STAGING_ENABLED environment variable. # If you want to enable incremental rollout, either manual or time based, -# set INCREMENTAL_ROLLOUT_TYPE environment variable to "manual" or "timed". +# set INCREMENTAL_ROLLOUT_MODE environment variable to "manual" or "timed". # If you want to use canary deployments, set CANARY_ENABLED environment variable. # # If Auto DevOps fails to detect the proper buildpack, or if you want to |