diff options
author | Robert Speicher <robert@gitlab.com> | 2016-07-11 15:27:21 +0000 |
---|---|---|
committer | Robert Speicher <robert@gitlab.com> | 2016-07-11 15:27:21 +0000 |
commit | 36c60b4c269a3d60f6b3e0df3bf1bfc7d44a6b54 (patch) | |
tree | 9a9a928f13bb69019e86f4855ce87606629a18eb /doc | |
parent | 3239c5f666fb93cbd66cf9b1d02b8a9d6e8b0d51 (diff) | |
parent | e8c787bb24be3a169b165066ccedf709bee85414 (diff) | |
download | gitlab-ce-36c60b4c269a3d60f6b3e0df3bf1bfc7d44a6b54.tar.gz |
Merge branch 'remove-not-released-status' into 'master'
Remove "not released" status from documentation
[ci skip]
See merge request !5024
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ci/yaml/README.md | 2 |
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. |