From 0402d94b576edfa1492492ad1ac0c413540b9b78 Mon Sep 17 00:00:00 2001 From: Valery Sizov Date: Thu, 18 Jun 2015 13:45:23 +0300 Subject: added note about [ci skip] to doc --- doc/builds_configuration/README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc') 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. -- cgit v1.2.1