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

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

See merge request !8811
This commit is contained in:
Rémy Coutable 2017-01-26 16:10:36 +00:00
commit f27721e842

View file

@ -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