diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-16 10:44:14 +0000 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2016-04-16 10:44:14 +0000 |
commit | 178dfb191798701be59a0a1c7a988565e437abc0 (patch) | |
tree | 5f67c0850373ecddff1ac5d699c3041c38cd0cfa /doc/ci | |
parent | 63539a7a7e12a2191058095470638ccabc0a30a3 (diff) | |
parent | f2aacc25fb5ded3c4aa70495d05aaad2cf9b23f8 (diff) | |
download | gitlab-ce-178dfb191798701be59a0a1c7a988565e437abc0.tar.gz |
Merge branch 'typos_in_ci_doc' into 'master'
Fix typos in CI docs.
See merge request !3709
Diffstat (limited to 'doc/ci')
-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 |