travis/show_files.sh: do not show files if build failed
This commit is contained in:
parent
179c1eb30b
commit
749e6cf4ba
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ while read -r pkg; do
|
||||||
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
/bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m"
|
||||||
xbps-query --repository=$HOME/hostdir/binpkgs \
|
xbps-query --repository=$HOME/hostdir/binpkgs \
|
||||||
--repository=$HOME/hostdir/binpkgs/nonfree \
|
--repository=$HOME/hostdir/binpkgs/nonfree \
|
||||||
-f "$subpkg"
|
-i -f "$subpkg"
|
||||||
done
|
done
|
||||||
done < /tmp/templates
|
done < /tmp/templates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue