From 7b82946dc5430660e0f2c9bc30825c15540cc5ed Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 17 Oct 2015 01:36:55 +0200 Subject: reproducible arch: dont fail job if build fails --- bin/reproducible_build_arch_pkg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh index 7165b649..42d3ec8a 100755 --- a/bin/reproducible_build_arch_pkg.sh +++ b/bin/reproducible_build_arch_pkg.sh @@ -176,7 +176,7 @@ fi mkdir b1 b2 remote_build 1 # only do the 2nd build if the 1st produced some results -if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz)" ] ; then +if [ ! -z "$(ls $TMPDIR/b1/$SRCPACKAGE/*.pkg.tar.xz || true)" ] ; then remote_build 2 # run diffoscope on the results TIMEOUT="30m" -- cgit v1.2.3-54-g00ecf