diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-02 15:49:54 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-02 15:49:54 +0100 |
commit | 1056c9d2d2481ee4fe3a55e0d9acb3691c1a019c (patch) | |
tree | a84c65b9e88368e4ff0437f6ef1c27dfa199e768 /doc | |
parent | c03da1caade637298ca96e59cea990b0827539c9 (diff) | |
download | gitlab-ce-1056c9d2d2481ee4fe3a55e0d9acb3691c1a019c.tar.gz |
Spelling
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
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. |