summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahorn42 <guitar1@hotmail.de>2017-01-10 09:24:43 +0000
committerRémy Coutable <remy@rymai.me>2017-01-26 15:53:39 +0100
commit85f18d862d0e49f1f59653983d2de2a7807a867d (patch)
tree09628d31bc8adcffb4bea07fad98eefdb4499988
parentb20dc47a3127121751b490cbe782a669e2c82753 (diff)
downloadgitlab-ce-85f18d862d0e49f1f59653983d2de2a7807a867d.tar.gz
Added hint about the execution order of before_script and artifact restoration.
Signed-off-by: Rémy Coutable <remy@rymai.me>
-rw-r--r--doc/ci/yaml/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index 75a0897eb15..f11257be5c3 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -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