diff options
author | Elan Ruusamäe <glen@delfi.ee> | 2016-08-25 21:23:23 +0000 |
---|---|---|
committer | Elan Ruusamäe <glen@delfi.ee> | 2016-08-26 14:45:41 +0300 |
commit | 40884010ad48c83a91ece50c17eaa78f3c7c9a6c (patch) | |
tree | 181e878d303dd484a1bcb076c3b17678415cc891 /doc | |
parent | 1bf2fe276ff084d3b2e0860710ec115a317dd9fc (diff) | |
download | gitlab-ce-40884010ad48c83a91ece50c17eaa78f3c7c9a6c.tar.gz |
doc: fix (batches) being treated as link reference rather than text
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/pipelines.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/pipelines.md b/doc/ci/pipelines.md index 20cd88c8d20..ca9b986a060 100644 --- a/doc/ci/pipelines.md +++ b/doc/ci/pipelines.md @@ -5,7 +5,7 @@ Introduced in GitLab 8.8. ## Pipelines -A pipeline is a group of [builds] that get executed in [stages] (batches). All +A pipeline is a group of [builds] that get executed in [stages] \(batches). All of the builds in a stage are executed in parallel (if there are enough concurrent [runners]), and if they all succeed, the pipeline moves on to the next stage. If one of the builds fails, the next stage is not (usually) |