summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-04 14:11:46 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-04 14:11:46 +0200
commit884edb3c4b72b069c8e3d082aa4882e98d5d270b (patch)
treed86abb78fed2c34e3189e2108dadacc3135fac66 /buildbot
parent95b5a8b022c32504c02a46002e5c6db59abea9d8 (diff)
downloaddeployment-884edb3c4b72b069c8e3d082aa4882e98d5d270b.tar.gz
deployment-884edb3c4b72b069c8e3d082aa4882e98d5d270b.tar.bz2
deployment-884edb3c4b72b069c8e3d082aa4882e98d5d270b.zip
active color must fail the build
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/build.sh2
1 files changed, 1 insertions, 1 deletions
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