summaryrefslogtreecommitdiff
path: root/buildbot/config.sh
blob: 289ce1a73129b935e33e448adc140907b32b7464 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if test "$(whoami)" = "$(cat /home/test/active)"; then
  echo "I'm the active color, no need to compile and switch!"
  exit 0
fi

source "${HOME}/activate"
taler-deployment-config-generate