From 5ca30ca93c8ebd5d659c2f0d4cb71c2062b1607a Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Wed, 2 Dec 2015 14:11:02 +0000 Subject: reproducible: remote_scheduler: also force notification when asking for artifacts --- bin/reproducible_remote_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_remote_scheduler.py b/bin/reproducible_remote_scheduler.py index 756aa4b1..331f7b36 100755 --- a/bin/reproducible_remote_scheduler.py +++ b/bin/reproducible_remote_scheduler.py @@ -236,7 +236,7 @@ artifacts_value = 1 if artifacts else 0 reason = reason if reason else None if notify_on_start: do_notify = 2 -elif notify: +elif notify or artifacts: do_notify = 1 else: do_notify = 0 -- cgit v1.2.3-70-g09d2