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

if test "$(whoami)" = "$(cat /home/test/active)"; then
  echo "I am the active color, will not obey to BB"
  exit 0
fi

source "${HOME}/activate"
taler-exchange-wire