Always cache the flatpak temporaries in CI

pull/1446/head
Nicolas Werner 2 years ago
parent f8d7cfc67f
commit 24230bacef
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 1
      .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']

Loading…
Cancel
Save