summaryrefslogtreecommitdiff
path: root/buildbot/keys.sh
blob: 5556091dddb8b47ac3c5c8bf758a4a48f27bbfd1 (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-keyup