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
path: root/doc
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-18 14:53:21 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-18 14:53:21 +0300
commit42102b4344027f104b71cd9c254cbd6025992544 (patch)
tree066fce55c659a9e84553d03e441bb9878b4ec3a8 /doc
parent38b15e35d48550a5621b8fc292cabc5670897a44 (diff)
parent63bd1f92d96c9d023723a78259be3c86846e30a5 (diff)
Merge branch 'after-script' into make-before-after-overridable
Diffstat (limited to 'doc')
-rw-r--r--doc/ci/yaml/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md
index c626bee5703..dce9404474b 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -126,6 +126,9 @@ builds, including deploy builds. This can be an array or a multi-line string.
### after_script
+>**Note:**
+Introduced in GitLab 8.7 and GitLab Runner v1.2.
+
`after_script` is used to define the command that will be run after for all
builds. This has to be an array or a multi-line string.