This is an automated email from the ASF dual-hosted git repository.
radu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-aggregator.git
The following commit(s) were added to refs/heads/master by this push:
new d89d519 SLING-9686 - Update project badges to point to
ci-builds.apache.org
d89d519 is described below
commit d89d5192b3f2f1989fd6ef998b73d2779347060e
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Aug 24 18:32:03 2020 +0200
SLING-9686 - Update project badges to point to ci-builds.apache.org
* corrected image embedding
---
add-badges.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/add-badges.sh b/add-badges.sh
index ab0f47e..0539ba2 100755
--- a/add-badges.sh
+++ b/add-badges.sh
@@ -130,14 +130,14 @@ function update_badges () {
echo "No tests found for $REPO_NAME"
else
echo "Adding test badge for $REPO_NAME"
- LINE=" ](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/test/?width=800&height=600)"
+ LINE=" [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/test/?width=800&height=600)"
prepend
fi
BUILD_RESPONSE=$(curl -s -o /dev/null -w "%{http_code}"
https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/badge/icon)
if [ "$BUILD_RESPONSE" != "404" ]; then
echo "Adding build badge for $REPO_NAME"
- LINE=" [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/)"
+ LINE=" [](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/)"
prepend
else
echo "No build found for $REPO_NAME"