Skip to content
Snippets Groups Projects

Pipeline caching

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -18,7 +18,7 @@ build-job:
paths:
- dist
cache:
key: '$CI_JOB_NAME-$CI_COMMIT_REF_SLUG'
key: '$CI_JOB_NAME-stack-cache'
paths:
- dist
Loading