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:
parent
b20dc47a31
commit
85f18d862d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue