Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorahorn42 <guitar1@hotmail.de>2017-01-10 12:24:43 +0300
committerRémy Coutable <remy@rymai.me>2017-01-26 17:53:39 +0300
commit85f18d862d0e49f1f59653983d2de2a7807a867d (patch)
tree09628d31bc8adcffb4bea07fad98eefdb4499988
parentb20dc47a3127121751b490cbe782a669e2c82753 (diff)
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