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
diff options
context:
space:
mode:
authorSimon Welsh <simon@simon.geek.nz>2016-06-23 13:09:54 +0300
committerSimon Welsh <simon@simon.geek.nz>2016-06-25 04:38:06 +0300
commit0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0 (patch)
tree114d3ce610fdc1bdd4a4fec7d68d1b8eab14be29 /doc
parent2fc91c48659b84375173b038b4e7957e56294aa4 (diff)
Add support for "skip ci" too
Diffstat (limited to 'doc')
-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