diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2018-01-19 20:15:32 +0000 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2018-01-19 20:15:32 +0000 |
commit | 7fa0a3e7775703ad9e53216f6154a773ca17ad4a (patch) | |
tree | f94959936ba4d2c31b38b3280722b758dd7b31a3 | |
parent | e3716e0f33125c46441aa230a7f55025cf2737c8 (diff) | |
parent | 2e4fd61c91005629eaf1afa21c6013a894f52149 (diff) | |
download | gitlab-ce-7fa0a3e7775703ad9e53216f6154a773ca17ad4a.tar.gz |
Merge branch 'docs/ci-quick-start-typo' into 'master'
Update outdated docs for CI/CD quick start
See merge request gitlab-org/gitlab-ce!16590
-rw-r--r-- | doc/ci/quick_start/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index f621bf07251..e504b81eae8 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -135,9 +135,9 @@ Clicking on it you will be directed to the jobs page for that specific commit.  -Notice that there are two jobs pending which are named after what we wrote in -`.gitlab-ci.yml`. The red triangle indicates that there is no Runner configured -yet for these jobs. +Notice that there is a pending job which is named after what we wrote in +`.gitlab-ci.yml`. "stuck" indicates that there is no Runner configured +yet for this job. The next step is to configure a Runner so that it picks the pending jobs. |