summaryrefslogtreecommitdiff
path: root/buildbot/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/build.sh')
-rwxr-xr-xbuildbot/build.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/buildbot/build.sh b/buildbot/build.sh
index 33f764c..4e5f22c 100755
--- a/buildbot/build.sh
+++ b/buildbot/build.sh
@@ -1,9 +1,6 @@
#!/bin/bash
-source "${HOME}/activate"
-ACTIVE_COLOR="$(cat /home/test/active)"
-
-if test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then
+if test "$(whoami)" = "$(cat /home/test/active)"; then
echo "I'm the active color, no need to compile and switch!"
exit 0
fi
@@ -17,4 +14,5 @@ echo "The Buildbot is paused, remove ${PAUSE_LOCKFILE} to resume."
exit 2
fi
+source "${HOME}/activate"
taler-deployment-build