From: Magnus Jacobsson Date: Sun, 9 Jan 2022 22:30:10 +0000 (+0100) Subject: ci: remove now obsolete choco cache from windows-mingw64-build-step2-make job X-Git-Tag: 3.0.0~78^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=493e51cc6fb7b4a4c00b1dadd711e014a774798d;p=graphviz ci: remove now obsolete choco cache from windows-mingw64-build-step2-make job Commit 3f4d8dfc07899d113ddc49e2610b669113ea2810 removed the use of the choco cache, but missed to remove the cache itself from this job. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cbe09d9d0..75302fd57 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -539,10 +539,6 @@ windows-mingw64-build-step2-make: - $Env:build_system = "autotools" - $Env:use_autogen = "yes" - C:\msys64\usr\bin\env MSYSTEM=MINGW64 C:\msys64\usr\bin\bash -l -c 'cd $CI_PROJECT_DIR && ci/mingw-make.sh' - cache: - key: windows-mingw64-build-step2-make - paths: - - choco-cache artifacts: when: always expire_in: 1 week