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

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
ahorn42 2017-01-10 09:24:43 +00:00 committed by Rémy Coutable
parent b20dc47a31
commit 85f18d862d
1 changed files with 1 additions and 1 deletions

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