gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-deployment] branch master updated: active color must


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: active color must fail the build
Date: Tue, 04 Jun 2019 14:12:00 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 884edb3  active color must fail the build
884edb3 is described below

commit 884edb3c4b72b069c8e3d082aa4882e98d5d270b
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 4 14:11:46 2019 +0200

    active color must fail the build
---
 buildbot/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]