diff options
author | bikebilly <fabio@gitlab.com> | 2018-02-01 23:55:50 +0100 |
---|---|---|
committer | bikebilly <fabio@gitlab.com> | 2018-02-01 23:55:50 +0100 |
commit | c8502e37b226927b5e5ce8488c532300f3690283 (patch) | |
tree | 9e6dfd35d43463f302bdb5afb2a2ab6235bced70 /doc/topics | |
parent | f016c780f658cebedfb4ffd31ecf37b07139cdef (diff) | |
download | gitlab-ce-c8502e37b226927b5e5ce8488c532300f3690283.tar.gz |
Change "Set up CI" to "Set up CI/CD"
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md index 144cd4c26b0..0fab752afad 100644 --- a/doc/topics/autodevops/index.md +++ b/doc/topics/autodevops/index.md @@ -395,7 +395,7 @@ If you want to modify the CI/CD pipeline used by Auto DevOps, you can copy the Assuming that your project is new or it doesn't have a `.gitlab-ci.yml` file present: -1. From your project home page, either click on the "Set up CI" button, or click +1. From your project home page, either click on the "Set up CI/CD" button, or click on the plus button and (`+`), then "New file" 1. Pick `.gitlab-ci.yml` as the template type 1. Select "Auto-DevOps" from the template dropdown |