gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] 02/02: debug


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] 02/02: debug
Date: Tue, 04 Jun 2019 14:09:10 +0200

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

marcello pushed a commit to branch master
in repository deployment.

commit 95b5a8b022c32504c02a46002e5c6db59abea9d8
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 4 14:09:00 2019 +0200

    debug
---
 buildbot/build.sh | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/buildbot/build.sh b/buildbot/build.sh
index 382c2fc..f3f891a 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -1,6 +1,11 @@
 #!/bin/bash
 
-if test "$(whoami)" = "$(cat /home/test/active)"; then
+WHOAMI="$(whoami)"
+ACTIVE_COLOR="$(cat /home/test/active)"
+
+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
 fi

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



reply via email to

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