taler-deployment

Deployment scripts and configuration files
Log | Files | Refs | README

commit 18b58c57349411ae7dc45b5208eb561cb51da4b4
parent 6cc322f48df8a2a78b6dbdf86af607c1a31de2b9
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Mon, 18 Dec 2017 19:45:46 +0100

bank wants 302

Diffstat:
Mbuildbot/checks.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh @@ -40,7 +40,7 @@ if ! test 200 = $(curl \ exit 1 fi -if ! test 200 = $(curl \ +if ! test 302 = $(curl \ -H "X-Taler-Deployment-Color: $nonactive" \ -s https://bank.test.taler.net/ -o /dev/null \ -w "%{http_code}"); then