Commit 5e5924a2 authored by Evan Read's avatar Evan Read

Merge branch 'patch-32' into 'master'

Fix type of `before_script`

See merge request gitlab-org/gitlab!18566
parents 261e065f 04e54937
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment