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:
authorJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2016-05-20 00:00:12 +0300
committerJeroen van Baarsen <jeroenvanbaarsen@gmail.com>2016-05-20 00:00:12 +0300
commitc50e7b1202f8a8534719ae266a53893e1ab3a2fa (patch)
tree8537a4ce94f83f7fd35eea4eb8ec8e034b85f817
parentbd0cecfdf6ec504421b44f1174040c5003c13f65 (diff)
parent01256eecfa39cf3edc3d0eb43e624f62e45df552 (diff)
Merge branch 'fix/after-script-documentation-update' into 'master'
Update 'after_script' introduction note Related to gitlab-org/gitlab-ci-multi-runner#1321 See merge request !4205
-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 7e9bced7616..63866d8c71c 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -128,7 +128,7 @@ 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.
+Introduced in GitLab 8.7 and requires Gitlab Runner v1.2 (not yet released)
`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.