diff options
author | Simon Welsh <simon@simon.geek.nz> | 2016-06-23 20:09:54 +1000 |
---|---|---|
committer | Simon Welsh <simon@simon.geek.nz> | 2016-06-25 11:38:06 +1000 |
commit | 0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0 (patch) | |
tree | 114d3ce610fdc1bdd4a4fec7d68d1b8eab14be29 /doc | |
parent | 2fc91c48659b84375173b038b4e7957e56294aa4 (diff) | |
download | gitlab-ce-0550f2a5e7d8a7ed65632190b8febe2a9e01d6a0.tar.gz |
Add support for "skip ci" too
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
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 |