summaryrefslogtreecommitdiff
path: root/buildbot/sign.sh
blob: 456db77a08790f018cb26b3e07b49ce3df54aee7 (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