gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: fix services check


From: gnunet
Subject: [taler-deployment] branch master updated: fix services check
Date: Mon, 12 Oct 2020 15:19:28 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 78517c1  fix services check
78517c1 is described below

commit 78517c1e503932a6820dc8ad029e08982b4cc5da
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 12 15:19:23 2020 +0200

    fix services check
---
 buildbot/checks.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index a66e601..02e2b93 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -68,7 +68,7 @@ URL="https://survey.${DEPLOYMENT}.${DOMAIN}/";
 http_status_code=$(curl \
   -s $URL -o /dev/null \
   -w "%{http_code}")
-if ! test 200 = $http_status_code; then
+if ! test 302 = $http_status_code; then
   printf "%s failed\n" $URL
   printf "$error_fmt" \
     "Survey site did not restart correctly" \
@@ -80,7 +80,7 @@ URL="https://donations.${DEPLOYMENT}.${DOMAIN}/";
 http_status_code=$(curl \
   -s $URL -o /dev/null \
   -w "%{http_code}")
-if ! test 200 = $http_status_code; then
+if ! test 302 = $http_status_code; then
   printf "%s failed\n" $URL
   printf "$error_fmt" \
     "Donations shop did not restart correctly" \

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]