mirror of
https://gitlab.com/2009scape/tools/rs09-constants-library.git
synced 2026-08-01 14:39:15 -06:00
Improve the cache definition in the CI so it persists caches better
This commit is contained in:
parent
ad3193bb5e
commit
2d9b1c7bf2
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ build:
|
|||
stage: build
|
||||
script: ./gradlew publish
|
||||
cache:
|
||||
key: "$CI_COMMIT_REF_NAME"
|
||||
key: "version-persistence"
|
||||
policy: pull-push
|
||||
paths:
|
||||
- version.properties
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue