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

source "${HOME}/activate"
ACTIVE_COLOR="$(cat /home/test/active)"

if test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then
  echo "I'm the active color, no need to compile and switch!"
  exit 0
fi

taler-deployment-config-sign'