summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorSimon Welsh <simon@simon.geek.nz>2016-06-19 09:44:50 +1000
committerSimon Welsh <simon@simon.geek.nz>2016-06-25 11:36:36 +1000
commit2fc91c48659b84375173b038b4e7957e56294aa4 (patch)
tree7f21f5a80b269927b5702059a0f545de70e41ffa /doc/ci
parentf0ed8930f76bb1e8b340a867dfa240561e622aa6 (diff)
downloadgitlab-ce-2fc91c48659b84375173b038b4e7957e56294aa4.tar.gz
Allow "ci skip" to be in any case
Diffstat (limited to 'doc/ci')
-rw-r--r--doc/ci/yaml/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 1892acda29b..ca3bf37f8ad 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -1034,8 +1034,8 @@ You can find the link under `/ci/lint` of your gitlab instance.
## Skipping builds
-If your commit message contains `[ci skip]`, the commit will be created but the
-builds will be skipped.
+If your commit message contains `[ci skip]`, using any capitalization, the
+commit will be created but the builds will be skipped.
## Examples