From c83868d1610fc964b2294160c4ab541c58bf9f85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Thu, 27 Aug 2020 19:58:29 +0200 Subject: [PATCH] travis/show_files.sh: do not show files if build failed --- common/travis/show_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/travis/show_files.sh b/common/travis/show_files.sh index 16d158f4c5b..f0715e4446d 100755 --- a/common/travis/show_files.sh +++ b/common/travis/show_files.sh @@ -9,6 +9,6 @@ while read -r pkg; do /bin/echo -e "\x1b[32mFiles of $subpkg:\x1b[0m" xbps-query --repository=$HOME/hostdir/binpkgs \ --repository=$HOME/hostdir/binpkgs/nonfree \ - -f "$subpkg" + -i -f "$subpkg" done done < /tmp/templates