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 1e866ea  trivial: corrected Test Status badge
1e866ea is described below

commit 1e866ea50add902fb800e5b614b324c9981a3040
Author: Radu Cotescu <[email protected]>
AuthorDate: Mon Mar 1 17:57:29 2021 +0100

    trivial: corrected Test Status badge
---
 add-badges.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add-badges.sh b/add-badges.sh
index ab0f47e..10d51f6 100755
--- a/add-badges.sh
+++ b/add-badges.sh
@@ -130,7 +130,7 @@ function update_badges () {
         echo "No tests found for $REPO_NAME"
     else
         echo "Adding test badge for $REPO_NAME"
-        LINE=" ![Test 
Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/test/?width=800&height=600)"
+        LINE=" [![Test 
Status](https://img.shields.io/jenkins/tests.svg?jobUrl=https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/)](https://ci-builds.apache.org/job/Sling/job/modules/job/sling-$REPO_NAME/job/master/test/?width=800&height=600)"
         prepend
     fi
     

Reply via email to