Skip to content
Snippets Groups Projects
Commit 04e54937 authored by Fred Cox's avatar Fred Cox
Browse files

Fix type of `before_script`

parent 21d17592
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -242,7 +242,7 @@ For more information, see see [Available settings for `services`](../docker/usin
 
`before_script` is used to define the command that should be run before all
jobs, including deploy jobs, but after the restoration of [artifacts](#artifacts).
This can be an array or a multi-line string.
This must be an an array.
 
`after_script` is used to define the command that will be run after all
jobs, including failed ones. This has to be an array or a multi-line string.
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