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

     1  # https://docs.gitlab.com/ee/ci/yaml/#cachekey
     2  
     3  cache-job:
     4    script:
     5      - echo "This job uses a cache."
     6    cache:
     7      key: binaries-cache-$CI_COMMIT_REF_SLUG
     8      paths:
     9        - binaries/