summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-07-11 15:27:21 +0000
committerRobert Speicher <robert@gitlab.com>2016-07-11 15:27:21 +0000
commit36c60b4c269a3d60f6b3e0df3bf1bfc7d44a6b54 (patch)
tree9a9a928f13bb69019e86f4855ce87606629a18eb
parent3239c5f666fb93cbd66cf9b1d02b8a9d6e8b0d51 (diff)
parente8c787bb24be3a169b165066ccedf709bee85414 (diff)
downloadgitlab-ce-36c60b4c269a3d60f6b3e0df3bf1bfc7d44a6b54.tar.gz
Merge branch 'remove-not-released-status' into 'master'
Remove "not released" status from documentation [ci skip] See merge request !5024
-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 eb81267242e..16a1461a7e4 100644
--- a/doc/ci/yaml/README.md
+++ b/doc/ci/yaml/README.md
@@ -133,7 +133,7 @@ builds, including deploy builds. This can be an array or a multi-line string.
### after_script
>**Note:**
-Introduced in GitLab 8.7 and requires Gitlab Runner v1.2 (not yet released)
+Introduced in GitLab 8.7 and requires 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.