taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 884edb3c4b72b069c8e3d082aa4882e98d5d270b
parent 95b5a8b022c32504c02a46002e5c6db59abea9d8
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  4 Jun 2019 14:11:46 +0200

active color must fail the build

Diffstat:
Mbuildbot/build.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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