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

     1  cache-job:
     2      cache:
     3          paths:
     4              - vendor/ruby
     5              - node_modules
     6          key:
     7              files:
     8                  - Gemfile.lock
     9                  - package.json
    10      script:
    11          - echo "This job uses a cache."