From 2d9b1c7bf20eb77cb74fe5a90100851e1ce04230 Mon Sep 17 00:00:00 2001 From: Ceikry Date: Mon, 12 Sep 2022 17:40:54 -0500 Subject: [PATCH] Improve the cache definition in the CI so it persists caches better --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ca9af1..c5b8978 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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