summaryrefslogtreecommitdiff
path: root/buildbot/top_reserve.sh
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 00:35:19 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-27 00:35:19 +0200
commit46580e7bef9112cf941d10b1d25ac28f6ed11893 (patch)
tree3cc1bf4799a36e1b5d73f50444eb54900c9297c3 /buildbot/top_reserve.sh
parent03dbfa8da81c676d8acebc2321804be8ae68042c (diff)
downloaddeployment-46580e7bef9112cf941d10b1d25ac28f6ed11893.tar.gz
deployment-46580e7bef9112cf941d10b1d25ac28f6ed11893.tar.bz2
deployment-46580e7bef9112cf941d10b1d25ac28f6ed11893.zip
Removing color-based checks.
Diffstat (limited to 'buildbot/top_reserve.sh')
-rwxr-xr-xbuildbot/top_reserve.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/buildbot/top_reserve.sh b/buildbot/top_reserve.sh
index fff605d..c2538bc 100755
--- a/buildbot/top_reserve.sh
+++ b/buildbot/top_reserve.sh
@@ -1,9 +1,6 @@
#!/bin/bash
-if ! test "$(whoami)" = "$(cat /home/test/active)"; then
- echo "I'm the inactive color, will not top the reserve up!"
- exit 0
-fi
+set -eu
source "${HOME}/activate"
taler-deployment-top-reserve