gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [taler-deployment] branch master updated: fix service check
Date: Mon, 12 Oct 2020 15:00:45 +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 a2a3bb5  fix service check
a2a3bb5 is described below

commit a2a3bb52fe057d720b536609bc345643b85ff898
Author: MS <ms@taler.net>
AuthorDate: Mon Oct 12 15:00:38 2020 +0200

    fix service check
---
 buildbot/checks.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 2ab575f..a66e601 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -56,7 +56,7 @@ URL="https://shop.${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" \
     "Blog 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]