summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-01-26 16:10:36 +0000
committerRémy Coutable <remy@rymai.me>2017-01-26 16:10:36 +0000
commitf27721e842b608f4a63bd0bc59ce77175ae530ca (patch)
tree3fa0f3f9543fd13cbe07eaedb5f85e73d08d3015 /doc
parentfadeefb688a4f98990df3849ef3fc8fa14dacf29 (diff)
parent85f18d862d0e49f1f59653983d2de2a7807a867d (diff)
downloadgitlab-ce-f27721e842b608f4a63bd0bc59ce77175ae530ca.tar.gz
Merge branch 'improve-ci-yaml-doc' into 'master'
Added hint about the execution order of before_script and artifact restoration. See merge request !8811
Diffstat (limited to 'doc')
-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