From a3f5dbfe07f93fd5bd9e92dcca3d1e218d73666a Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 5 Sep 2018 00:43:35 +0300 Subject: [PATCH] CI: cache only the sources from flatpak-builder Gitlab CI zips its cache target which causes it to strip xattributes. This breaks ostree and the cache artifacts. Cache only the sources instead. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a707387..8a15cfc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,8 @@ flatpak: cache: key: "flatpak" paths: - - .flatpak-builder/cache/ + - .flatpak-builder/downloads/ + - .flatpak-builder/git/ - target/ - target_test/