From b2f4445f50c98d8ee6b85b6acd2b356b38005295 Mon Sep 17 00:00:00 2001
From: LoveIsGrief <loveisgrief@tuta.io>
Date: Wed, 27 Jan 2021 15:04:05 +0100
Subject: [PATCH] CI:build_docker: cache entire ci-exports/ folder

Restoring cached globbed files doesn't seem to work.
The folder only contains a single file anyway,
 so it shouldn't endlessly grow in size.
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9aaf5aa013..25fff4f7dd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -59,7 +59,7 @@ build_docker:
         # The same key should be used across branches
         key: "$CI_COMMIT_REF_SLUG"
         paths:
-            - ci-exports/*.tar
+            - ci-exports/
     only:
         - master
         - merge_requests
-- 
GitLab