github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/cache/example-3.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#cachekeyfiles 2 3 cache-job: 4 script: 5 - echo "This job uses a cache." 6 cache: 7 key: 8 files: 9 - Gemfile.lock 10 - package.json 11 paths: 12 - vendor/ruby 13 - node_modules