summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2018-01-09 16:50:04 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2018-01-09 16:50:04 +0100
commit37070a3e3ba1b3ff12772e756cf8d065afcb7955 (patch)
tree5797cf62bf4f76f2148c56487f499b098ef064e4 /buildbot
parent5b1fa5b00d3f1dbcd62c1586b50835f9b60539c6 (diff)
downloaddeployment-37070a3e3ba1b3ff12772e756cf8d065afcb7955.tar.gz
deployment-37070a3e3ba1b3ff12772e756cf8d065afcb7955.tar.bz2
deployment-37070a3e3ba1b3ff12772e756cf8d065afcb7955.zip
must check against the http*s* blog
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/checks.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index b466e95..ea6e275 100755
--- 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" \