bgamari / dhall-gitlab-ci

A Dhall encoding of the GitLab CI configuration schema
BSD 3-Clause "New" or "Revised" License
46 stars 19 forks source link

Support for `extends` keyword #10

Closed m4dc4p closed 2 years ago

m4dc4p commented 2 years ago

Adds support for the extends keyword (https://docs.gitlab.com/ee/ci/yaml/index.html#extends) to the Job type.

Implemented as simple list of strings.

m4dc4p commented 2 years ago

@bgamari This enables gitlab's extend syntax. ANy chance you can take a look? If there is more you need from me please let me know.

bgamari commented 2 years ago

Thanks @m4dc4p !