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 1720f426..1b2d5fdd 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -353,7 +353,7 @@ dbd_timeout() { else msg="$msg, but there is still $DEBIAN_URL/dbd/$SUITE/$ARCH/$DDBREPORT" fi - SAVE_ARTIFACTS=1 + SAVE_ARTIFACTS=0 NOTIFY="diffoscope" handle_ftbr "$msg" } |