Skip to content

Refactor [.gitlab-ci.yml]

Arvid Jakobsson requested to merge arvid@refactor-gitlab-ci-yml into master

Some refactoring:

  • replace YAML anchors (&foobar) with extends: (the documentation says to prefer extends)
  • replace only/except rules with rules (the former are no longer developed)

Merge request reports