summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-05-18 21:34:58 -0500
committerTomasz Maczukin <tomasz@maczukin.pl>2016-05-18 21:34:58 -0500
commit01256eecfa39cf3edc3d0eb43e624f62e45df552 (patch)
treeb7f5c5d3af759b5dee4ddaad357bedd366f8c67e
parentcf003760a5d9651ed8e33bae32bfa4a239ebc27b (diff)
downloadgitlab-ce-fix/after-script-documentation-update.tar.gz
Update 'after_script' introduction notefix/after-script-documentation-update
-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.