chore(Cache): Share cache within a pipeline not within jobs
This commit is contained in:
parent
ee00258dca
commit
4014472fab
@ -1,5 +1,5 @@
|
||||
cache:
|
||||
key: "$CI_JOB_NAME"
|
||||
key: "$CI_COMMIT_REF_SLUG"
|
||||
paths:
|
||||
# Cache Maven
|
||||
- .m2/repository
|
||||
|
||||
Loading…
Reference in New Issue
Block a user