build/linux: Clean Flatpak dist stage output

This commit is contained in:
Bruno 2024-11-01 18:25:02 -03:00
parent d5c7c9304c
commit 5284b5258f
No known key found for this signature in database
1 changed files with 3 additions and 2 deletions

View File

@ -4,8 +4,9 @@ set -e
if [ "$GITLAB_CI" ]; then
# Extract previously exported repo/
tar xf repo.tar
# Extract previously exported OSTree repo/
echo '(INFO): extracting previously exported repo'
tar xf repo.tar --warning=no-timestamp
fi