Unverified Commit 601a37d8 authored by Mattia Rizzolo's avatar Mattia Rizzolo
Browse files

reproducible debian: build.sh: also consider the case of NOTIFY=''

parent 4d3f3c33
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ cleanup_all() {
		save_artifacts  # this will also notify IRC as needed
	else
		case "$NOTIFY" in
			0) ;;
			''|0) ;;
			1|2)
				irc_message debian-reproducible "$DEBIAN_URL/$SUITE/$ARCH/$SRCPACKAGE done: $STATUS"
				;;