Skip to content
Snippets Groups Projects
Closed Replace yaml anchors by extends in gitlab-ci
  • View options
  • Replace yaml anchors by extends in gitlab-ci

    • View options
  • Closed created by Vincent Texier

    Replace yaml anchors :

    << *build

    by :

    extends : build

    Same functionality, but easier to read and maintain.

    extends feature requires GitLab 12.0+

    https://docs.gitlab.com/ee/ci/yaml/#extends

    Edited by Vincent Texier

    Activity

    • All activity
    • Comments only
    • History only
    • Newest first
    • Oldest first