diff options
author | Hyunwoo Jung <hyunwoojhw@gmail.com> | 2016-04-13 21:19:50 +0000 |
---|---|---|
committer | Hyunwoo Jung <hyunwoojhw@gmail.com> | 2016-04-13 21:19:50 +0000 |
commit | f2aacc25fb5ded3c4aa70495d05aaad2cf9b23f8 (patch) | |
tree | a8b1b2e50ae1b1831e80934329910aa064abeac7 /doc | |
parent | c0678f2d281242601560e2646cab1aa8a349c4bb (diff) | |
download | gitlab-ce-f2aacc25fb5ded3c4aa70495d05aaad2cf9b23f8.tar.gz |
Fix typos in CI docs.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/quick_start/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/quick_start/README.md b/doc/ci/quick_start/README.md index 9aba4326e11..6a42a935abd 100644 --- a/doc/ci/quick_start/README.md +++ b/doc/ci/quick_start/README.md @@ -13,7 +13,7 @@ GitLab offers a [continuous integration][ci] service. If you and configure your GitLab project to use a [Runner], then each merge request or push triggers a build. -The `.gitlab-ci.yml` file tells the GitLab runner what do to. By default it +The `.gitlab-ci.yml` file tells the GitLab runner what to do. By default it runs three [stages]: `build`, `test`, and `deploy`. If everything runs OK (no non-zero return values), you'll get a nice green |