gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: -301 due to SPA


From: gnunet
Subject: [taler-deployment] branch master updated: -301 due to SPA
Date: Sun, 19 Jun 2022 18:35:17 +0200

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new ad70b55  -301 due to SPA
ad70b55 is described below

commit ad70b553e83336b7cb1e86c8ec447ad634a0d021
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jun 19 18:35:08 2022 +0200

    -301 due to SPA
---
 buildbot/checks.sh | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 02e2b93..6d2a74f 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -40,10 +40,9 @@ fi
 URL="http://backend.${DEPLOYMENT}.${DOMAIN}/";
 http_status_code=$(curl \
   -s $URL \
-  --header "Authorization: ApiKey sandbox" \
   -o /dev/null \
   -w "%{http_code}")
-if ! test 200 = $http_status_code; then
+if ! test 301 = $http_status_code; then
   printf "'%s' failed\n" $URL
   printf "$error_fmt" \
     "Merchant backend 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]