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

     1  # https://docs.gitlab.com/ee/ci/yaml/#cachefallback_keys
     2  
     3  rspec:
     4    script: rspec
     5    cache:
     6      key: gems-$CI_COMMIT_REF_SLUG
     7      paths:
     8        - rspec/
     9      fallback_keys:
    10        - gems
    11      when: 'always'