Skip to content
Snippets Groups Projects
  • Yaroslav Dynnikov's avatar
    09c773b7
    ci: fix gitlab-ci schema validation · 09c773b7
    Yaroslav Dynnikov authored
    IDE plugins (e.g. vscode-yaml) complains about invalid `gitlab-ci.yml`
    schema because yaml anchors don't flatten lists.
    
    This patch re-organizes anchors to praise schema validation and to make
    it easier to understand (or at least it tries to).
    09c773b7
    History
    ci: fix gitlab-ci schema validation
    Yaroslav Dynnikov authored
    IDE plugins (e.g. vscode-yaml) complains about invalid `gitlab-ci.yml`
    schema because yaml anchors don't flatten lists.
    
    This patch re-organizes anchors to praise schema validation and to make
    it easier to understand (or at least it tries to).