From 884edb3c4b72b069c8e3d082aa4882e98d5d270b Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 4 Jun 2019 14:11:46 +0200 Subject: active color must fail the build --- buildbot/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot') diff --git a/buildbot/build.sh b/buildbot/build.sh index f3f891a..800128a 100755 --- a/buildbot/build.sh +++ b/buildbot/build.sh @@ -7,7 +7,7 @@ echo "whoami: $WHOAMI, active color: $ACTIVE_COLOR" if test $WHOAMI = $ACTIVE_COLOR; then echo "I'm the active color, no need to compile and switch!" - exit 0 + exit 1 fi PAUSE_LOCKFILE=/tmp/buildbot_pause.lock -- cgit v1.2.3