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.
This commit is contained in:
parent
60e09c0dd7
commit
a3f5dbfe07
@ -51,7 +51,8 @@ flatpak:
|
|||||||
cache:
|
cache:
|
||||||
key: "flatpak"
|
key: "flatpak"
|
||||||
paths:
|
paths:
|
||||||
- .flatpak-builder/cache/
|
- .flatpak-builder/downloads/
|
||||||
|
- .flatpak-builder/git/
|
||||||
- target/
|
- target/
|
||||||
- target_test/
|
- target_test/
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user