[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: check directly on
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: check directly on /en/index.html for landing |
Date: |
Tue, 09 Jan 2018 17:15:51 +0100 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository deployment.
The following commit(s) were added to refs/heads/master by this push:
new da38039 check directly on /en/index.html for landing
da38039 is described below
commit da38039b7a3957b0825bf7ccc7114292d3b00c20
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jan 9 17:15:27 2018 +0100
check directly on /en/index.html for landing
---
buildbot/checks.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/buildbot/checks.sh b/buildbot/checks.sh
index 19cd80e..e8c3225 100755
--- a/buildbot/checks.sh
+++ b/buildbot/checks.sh
@@ -77,7 +77,7 @@ fi
http_status_code=$(curl \
-H "X-Taler-Deployment-Color: $nonactive" \
- -s https://test.taler.net/ -o /dev/null \
+ -s https://test.taler.net/en/index.html -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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-deployment] branch master updated: check directly on /en/index.html for landing,
gnunet <=