From 539698c456f9b1b33271d9e6028a739b18eacfbd Mon Sep 17 00:00:00 2001 From: James Seibel Date: Sat, 22 Jan 2022 22:34:35 -0600 Subject: [PATCH] Update jar merging pipeline --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5db829429..aa90821b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,8 @@ gradleSetup: # build using Java 17 image: eclipse-temurin:17 cache: - key: + key: "$CI_COMMIT_REF_NAME" + policy: pull-push files: - gradle/wrapper/gradle-wrapper.properties paths: @@ -48,7 +49,7 @@ build: image: eclipse-temurin:17 cache: key: "$CI_COMMIT_REF_NAME" - policy: push + policy: pull-push paths: - .architectury-transformer - .gradle