diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 65eba8f9..f8ae899b 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -47,7 +47,7 @@ update_db_and_html() { python3 -c "from reproducible_html_indexes import build_page; \ build_page('scheduled'); \ build_page('last_24h', suite=\"$SUITE\", arch=\"$ARCH\"); \ - build_page('last_48h', suite=\"$SUITE\", arch=\"$ARCH\")" + build_page('last_48h', suite=\"$SUITE\", arch=\"$ARCH\")" || true } call_debbindiff() { |