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: syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: syntax
Date: Tue, 16 Apr 2019 14:07:38 +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 dfd72dc  syntax
dfd72dc is described below

commit dfd72dc111d7673e60005189cede047c9ff4baa6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Apr 16 14:07:33 2019 +0200

    syntax
---
 buildbot/checks.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 611ab0a..0a0b2b7 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -4,7 +4,7 @@
 DEPLOYMENT="test"
 DOMAIN="wild.gv.taler.net"
 
-if test "stable" = ${BRANCH}; then
+if test "stable" = "${BRANCH}"; then
   DEPLOYMENT="demo"
 fi
 
@@ -15,7 +15,7 @@ fi
 # receive the connections.
 nonactive="dummy"
 
-if test ${DEPLOYMENT} = "test"; then
+if test "${DEPLOYMENT}" = "test"; then
   active=$(sudo -u ${DEPLOYMENT} cat /home/${DEPLOYMENT}/active)
   nonactive="blue"
 

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



reply via email to

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