From 1cc20fa0fab8d25ffc3144f8c92dd137373669b2 Mon Sep 17 00:00:00 2001 From: Magnus Jacobsson Date: Sun, 9 Jan 2022 23:33:04 +0100 Subject: [PATCH] ci: remove now obsolete choco cache from windows-mingw32-cmake-build job Commit 3f4d8dfc07899d113ddc49e2610b669113ea2810 removed the use of the choco cache, but missed to remove the cache itself from this job. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 75302fd57..21c73bb58 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -908,10 +908,6 @@ windows-mingw32-cmake-build: paths: - Packages/*/*/*.exe - Packages/*/*/*.zip - cache: - key: windows-mingw32-cmake-build - paths: - - choco-cache tags: - windows except: -- 2.50.1