amending docs with build skipping tags
This commit is contained in:
parent
cb01394977
commit
08fc17986a
1 changed files with 2 additions and 1 deletions
3
docs/build/build.md
vendored
3
docs/build/build.md
vendored
|
@ -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]`
|
||||
|
|
Loading…
Reference in a new issue