Skip to content
Snippets Groups Projects
Commit 374ea21f authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Backticks around when types

parent 94190461
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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`.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment