taler-deployment

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

commit 37070a3e3ba1b3ff12772e756cf8d065afcb7955
parent 5b1fa5b00d3f1dbcd62c1586b50835f9b60539c6
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date:   Tue,  9 Jan 2018 16:50:04 +0100

must check against the http*s* blog

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

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