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-17 16:11:37 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-17 16:11:37 +0300
commitc764b57f09ac55d181d17db018bdea9587fadea8 (patch)
treeb2d113eea1a74cf98321bb4477421646a1b53dfa /doc
parenta0afeefd76ebfacae59343f48e127828b27ba77a (diff)
Add note about version
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 54b06f10b95..697445bceea 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -125,6 +125,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.