From 6510daf8858156ba145fd510aac3c7001060a226 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 94aaef7..f9fd335 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -50,7 +50,8 @@ flatpak: cache: key: "flatpak" paths: - - .flatpak-builder/cache/ + - .flatpak-builder/downloads/ + - .flatpak-builder/git/ - target/ - target_test/