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
|
if [ "$GITLAB_CI" ]; then
|
||||||
# Extract previously exported repo/
|
# Extract previously exported OSTree repo/
|
||||||
tar xf repo.tar
|
echo '(INFO): extracting previously exported repo'
|
||||||
|
tar xf repo.tar --warning=no-timestamp
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue