Release post - GitLab 12.0
All threads resolved!
All threads resolved!
Compare changes
- Jeremy Watson authored
@@ -86,22 +86,22 @@ features:
@@ -86,22 +86,22 @@ features:
The `extends` keyword allows users to keep their GitLab CI/CD code [dry](https://dev.to/michalbryxi/how-to-dry-your-gitlab-ciyml-16pc).
Using extends to condense common sections of code is a frequently used feature for advanced users of GitLab CI/CD,
and is used by our own teams to [build GitLab](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/.gitlab/ci/rails.gitlab-ci.yml)
In GitLab 12.0, we're very happy to welcome a contribution from [Wolphin](https://gitlab.com/q_wolphin) to improve this feature