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

     1  cache-job:
     2      cache:
     3          paths:
     4              - binaries/
     5          key: binaries-cache-$CI_COMMIT_REF_SLUG
     6      script:
     7          - echo "This job uses a cache."