From 5934a9d145babfa36c7703c3fe4a0923543753c3 Mon Sep 17 00:00:00 2001 From: AnyOldName3 Date: Sun, 12 Jul 2020 15:08:47 +0100 Subject: [PATCH] Actualy build the reduced cache. It looks like cache is only invalidated if new files are added, not old ones removed. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d34e6fd36..2bdfa990e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -75,7 +75,7 @@ MacOS: } - 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*' cache: - key: ninja + key: ninja-v2 paths: - deps - MSVC2019_64_Ninja/deps/Qt @@ -138,7 +138,7 @@ Windows_Ninja_RelWithDebInfo: } - 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*' cache: - key: msbuild + key: msbuild-v2 paths: - deps - MSVC2019_64/deps/Qt