summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-04-14 22:00:00 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-04-14 22:00:00 +0200
commit24230bacefc84e98a6e9260f5db9ecda4d5e9d4f (patch)
tree64544dadc4d872aeeebe67e60f9bd2a71ac03481
parentTry to fix flatpak upload issue (diff)
downloadnheko-24230bacefc84e98a6e9260f5db9ecda4d5e9d4f.tar.xz
Always cache the flatpak temporaries in CI
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml

index 5f0a4cf7..e6d534f5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml
@@ -232,6 +232,7 @@ build-flatpak: key: "$CI_JOB_NAME" paths: - build-flatpak/.flatpak-builder/ + when: always # because the arm runner is slow and ooms often otherwise! artifacts: expose_as: 'flatpak' paths: ['build-flatpak/nheko-${ARCH}.flatpak']