mirror of https://github.com/GNOME/gimp.git
build/linux: Clean Flatpak dist stage output
This commit is contained in:
parent
d5c7c9304c
commit
5284b5258f
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue