From 3edc5c6ae4f6dd591c620ac885db9cb20992c620 Mon Sep 17 00:00:00 2001 From: Philip Helger Date: Tue, 19 Aug 2025 15:42:51 +0200 Subject: [PATCH] Constant cache key --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56e5cc7..1fb40e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ before_script: - export CI_JOB_TIMESTAMP="-Dbuild.timestamp=$(date --utc --iso-8601=seconds)" cache: - key: "$CI_JOB_NAME" +# Change the cache key if major dependencies change + key: constant151 paths: - .m2/repository