Commit f27721e8 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'improve-ci-yaml-doc' into 'master'

Added hint about the execution order of before_script and artifact restoration.

See merge request !8811
parents fadeefb6 85f18d86
......@@ -86,7 +86,7 @@ used for time of the build. The configuration of this feature is covered in
### before_script
`before_script` is used to define the command that should be run before all
builds, including deploy builds. This can be an array or a multi-line string.
builds, including deploy builds, but after the restoration of artifacts. This can be an array or a multi-line string.
### after_script
......
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