From ad6f74f4f31481d5d2d2c615aeb9988b30e67e13 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 30 Aug 2015 23:51:07 +0200 Subject: reproducible: dont fail job if cleanup fails --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 8bc5928e..6d5e5cbe 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -101,7 +101,7 @@ cleanup_all() { # compressed files in the html. It's cheap and quite safe so, *shrugs*... gen_package_html $SRCPACKAGE cd - rm -r $TMPDIR + rm -r $TMPDIR || true fi if ! $BAD_LOCKFILE ; then rm -f $LOCKFILE ; fi } -- cgit v1.2.3-70-g09d2