summaryrefslogtreecommitdiff
path: root/doc/ci
diff options
context:
space:
mode:
authorSimon Welsh <simon@simon.geek.nz>2016-06-23 20:09:54 +1000
committerSimon Welsh <simon@simon.geek.nz>2016-06-25 11:38:06 +1000
commit0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0 (patch)
tree114d3ce610fdc1bdd4a4fec7d68d1b8eab14be29 /doc/ci
parent2fc91c48659b84375173b038b4e7957e56294aa4 (diff)
downloadgitlab-ce-0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0.tar.gz
Add support for "skip ci" too
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 ca3bf37f8ad..d2d1b04f893 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]`, using any capitalization, the
-commit will be created but the builds will be skipped.
+If your commit message contains `[ci skip]` or `[skip ci]`, using any
+capitalization, the commit will be created but the builds will be skipped.
## Examples