summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorValery Sizov <vsv2711@gmail.com>2015-06-18 13:45:23 +0300
committerValery Sizov <vsv2711@gmail.com>2015-06-18 13:45:36 +0300
commit0402d94b576edfa1492492ad1ac0c413540b9b78 (patch)
tree88cf70efe75c6a5a7a5e17501daccd3a0e265701 /doc
parent8df34927d36de36e49c16a7db22b64e54842fdc3 (diff)
downloadgitlab-ci-0402d94b576edfa1492492ad1ac0c413540b9b78.tar.gz
added note about [ci skip] to doc
Diffstat (limited to 'doc')
-rw-r--r--doc/builds_configuration/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/builds_configuration/README.md b/doc/builds_configuration/README.md
index f7405d7..653e32d 100644
--- a/doc/builds_configuration/README.md
+++ b/doc/builds_configuration/README.md
@@ -104,3 +104,6 @@ except:
## Debugging of your builds with .gitlab-ci.yml
Each instance of GitLab CI has an embeded debug tool Lint. You can find link to the Lint in the projects settings page or use short url `/lint`.
+
+## Skipping builds
+There is one more way to skip all builds, if your commit message contains tag [ci skip]. In this case commit will be created but builds will be skipped.