From cca4d18fd0237e9862ac03ef6ef4d904ed7fd527 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Sun, 3 Apr 2022 23:57:56 -0700 Subject: [PATCH] make gitlab cache always be saved syntax described in top comment in: https://gitlab.com/gitlab-org/gitlab-runner/-/issues/27172 found here: https://gitlab.com/gitlab-org/gitlab/-/issues/18969#note_811311064 --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1643b9a..0937fc2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ image: debian:10 cache: + when: always paths: - ccache -- 2.30.2