github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/yaml/testdata/job_keywords/cache/example-1.yaml (about) 1 # https://docs.gitlab.com/ee/ci/yaml/#cachepaths 2 3 rspec: 4 script: 5 - echo "This job uses a cache." 6 cache: 7 key: binaries-cache 8 paths: 9 - binaries/*.apk 10 - .config