taler-deployment

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

commit 7f9283139adeba2c3a41ed0a2980104caa3ccced
parent e1f3c5111e4ae9d726ed650cba0a56f8c99e0de4
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Fri,  7 Jun 2019 20:19:25 +0200

apikey

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

diff --git a/buildbot/checks.sh b/buildbot/checks.sh @@ -127,6 +127,7 @@ if test "test" = ${DEPLOYMENT}; then URL="https://twister-backend.wild.gv.taler.net" http_status_code=$(curl \ -H "X-Taler-Deployment-Color: ${NONACTIVE_COLOR}" \ + -H "Authorization: ApiKey sandbox" \ -s $URL -o /dev/null \ -w "%{http_code}") if ! test 200 = $http_status_code; then