Restore old cache key
This commit is contained in:
+2
-2
@@ -18,7 +18,7 @@ variables:
|
||||
.build_java:
|
||||
#image: eclipse-temurin:17
|
||||
cache:
|
||||
key: "gradleCache_$CI_COMMIT_BRANCH_$CI_JOB_NAME"
|
||||
key: "gradleCache_$CI_JOB_NAME_SLUG"
|
||||
policy: pull-push
|
||||
paths:
|
||||
- .gradle
|
||||
@@ -107,4 +107,4 @@ build:
|
||||
paths:
|
||||
- public
|
||||
allow_failure: false
|
||||
extends: .build_java
|
||||
extends: .build_java
|
||||
|
||||
Reference in New Issue
Block a user