commit dfd72dc111d7673e60005189cede047c9ff4baa6
parent a4464177326f7d372491d09cba649c8f6e3b5a70
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Tue, 16 Apr 2019 14:07:33 +0200
syntax
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"