Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc/ci/yaml
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-11-02 17:49:54 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-11-02 17:49:54 +0300
commit1056c9d2d2481ee4fe3a55e0d9acb3691c1a019c (patch)
treea84c65b9e88368e4ff0437f6ef1c27dfa199e768 /doc/ci/yaml
parentc03da1caade637298ca96e59cea990b0827539c9 (diff)
Spelling
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 0c1d8cfdff6..d117a2969be 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -192,7 +192,7 @@ job:
except:
- master@gitlab-org/gitlab-ce
```
-The above will run `job` for all branches, except master on `gitlab-org/gitlab-ce` repository only.
+The above will run `job` for all branches on `gitlab-org/gitlab-ce`, except master .
### tags
`tags` is used to select specific runners from the list of all runners that are allowed to run this project.