diff options
author | Tripple Moon <gitlab.com@trimoon.cloudns.eu> | 2018-11-13 07:27:22 +0000 |
---|---|---|
committer | Tripple Moon <gitlab.com@trimoon.cloudns.eu> | 2018-11-13 07:27:22 +0000 |
commit | b9ec3c2ffa58309a4f31e635e9132edfa78622e7 (patch) | |
tree | 3d7162593df5373da851e01c2fa1fe611919a599 /lib | |
parent | 123970182274ead330cdb93a1cb3296884b1cd69 (diff) | |
download | gitlab-ce-b9ec3c2ffa58309a4f31e635e9132edfa78622e7.tar.gz |
Update Auto-DevOps.gitlab-ci.yml
Typo in comment INCREMENTAL_ROLLOUT_TYPE => INCREMENTAL_ROLLOUT_MODE
Diffstat (limited to 'lib')
-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 |