amending docs with build skipping tags

This commit is contained in:
glaszig 2015-12-13 02:42:21 +01:00
parent cb01394977
commit 08fc17986a

3
docs/build/build.md vendored
View file

@ -48,4 +48,5 @@ image: index.docker.io/library/golang:1.4
## Skipping builds
Skip a build by including the text `[CI SKIP]` in your commit message.
Skip a build by including any combination of `ci` and `skip` wrapped in square brackets
in your commit message. Examples: `[skip CI]` `[ci skip]`