gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: add auth header t


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: add auth header to BB merchant backend check
Date: Tue, 30 Jan 2018 00:39:49 +0100

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

dold pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new dedfddd  add auth header to BB merchant backend check
dedfddd is described below

commit dedfddd31dc3f837365f1756741ecadb4d058650
Author: Florian Dold <address@hidden>
AuthorDate: Tue Jan 30 00:39:42 2018 +0100

    add auth header to BB merchant backend check
---
 buildbot/checks.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index e8c3225..4126095 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -33,7 +33,9 @@ fi
 
 http_status_code=$(curl \
   -H "X-Taler-Deployment-Color: $nonactive" \
-  -s http://backend.test.taler.net/ -o /dev/null \
+  -s http://backend.test.taler.net/ \
+  --header "Authorization: ApiKey sandbox" \
+  -o /dev/null \
   -w "%{http_code}")
 if ! test 200 = $http_status_code; then
   printf "$error_fmt" \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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