github.com/drone/go-convert@v0.0.0-20240307072510-6bd371c65e61/convert/gitlab/testdata/templates/cache.yaml.golden (about) 1 kind: pipeline 2 spec: 3 stages: 4 - name: test 5 spec: 6 cache: 7 enabled: true 8 key: binaries-cache 9 paths: 10 - binaries/*.apk 11 - .config 12 steps: 13 - name: rspec 14 spec: 15 run: echo "This job uses a cache." 16 type: script 17 type: ci 18 version: 1