chore(Cache): Share cache within a pipeline not within jobs

This commit is contained in:
Marcel Feix 2022-11-03 10:21:49 +00:00
parent ee00258dca
commit 4014472fab

View File

@ -1,5 +1,5 @@
cache:
key: "$CI_JOB_NAME"
key: "$CI_COMMIT_REF_SLUG"
paths:
# Cache Maven
- .m2/repository