diff options
author | Matija Čupić <matteeyah@gmail.com> | 2018-09-11 16:22:37 +0200 |
---|---|---|
committer | Matija Čupić <matteeyah@gmail.com> | 2018-09-11 16:22:37 +0200 |
commit | 2fafcf668ed25e2e794088c7f089c048372f3f10 (patch) | |
tree | 224103b5ba4caafe2deba6dec0765130d4bff12c | |
parent | 5b2c873cfdf8d1add7e147c5a72f8a1d0f99f775 (diff) | |
download | gitlab-ce-2fafcf668ed25e2e794088c7f089c048372f3f10.tar.gz |
Add link to CE move MR
-rw-r--r-- | doc/ci/yaml/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index d50093e8563..0f9aae953f7 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -1356,8 +1356,8 @@ test: > Introduced in [GitLab Edition Premium][ee] 10.5. > Available for Starter, Premium and Ultimate [versions][gitlab-versions] since 10.6. -> Behaviour expanded in GitLab 10.8 to allow more flexible overriding -> Available for Libre since 11.4 +> Behaviour expanded in GitLab 10.8 to allow more flexible overriding. +> Available for Libre since [11.4](https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/21603) Using the `include` keyword, you can allow the inclusion of external YAML files. |