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

     1  docker build:
     2      only:
     3          changes:
     4              - Dockerfile
     5              - docker/scripts/*
     6              - dockerfiles/**/*
     7              - more_scripts/*.{rb,py,sh}
     8              - '**/*.json'
     9          refs:
    10              - branches
    11      script:
    12          - docker build -t my-image:$CI_COMMIT_REF_SLUG .