github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/extends/example-1.yaml.golden (about)

     1  .tests:
     2      only:
     3          - branches
     4      script:
     5          - rake test
     6      stage: test
     7  rspec:
     8      extends:
     9          - .tests
    10      only:
    11          variables:
    12              - $RSPEC
    13      script:
    14          - rake rspec