diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-15 23:56:42 +0200 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-10-15 23:56:42 +0200 |
commit | 374ea21f32f2977533be2c9b124867bf7c72407c (patch) | |
tree | 736dbbc36429b2159934ac3fa4422ea2383dbf9c | |
parent | 9419046196dc1a09716d5b2bbc424b4f89d696ae (diff) | |
download | gitlab-ce-374ea21f32f2977533be2c9b124867bf7c72407c.tar.gz |
Backticks around when types
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index 8507389f1ce..d37e616bbac 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -140,7 +140,7 @@ job_name: | except | optional | Defines a list of git refs for which build is not created | | tags | optional | Defines a list of tags which are used to select runner | | allow_failure | optional | Allow build to fail. Failed build doesn't contribute to commit status | -| when | optional | Define when to run build. Can be on_success, on_failure or always | +| when | optional | Define when to run build. Can be `on_success`, `on_failure` or `always` | ### script `script` is a shell script which is executed by runner. The shell script is prepended with `before_script`. |