commit ad70b553e83336b7cb1e86c8ec447ad634a0d021
parent def2651beae9400d525eaec484384265a37cc648
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 19 Jun 2022 18:35:08 +0200
-301 due to SPA
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git 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" \