From 7699fff970f84d0a4468f7f4d1ae86f4823ef0df Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 13 Jun 2021 20:12:34 -0300 Subject: aux/ci/report.sh: Add link to homepage on generated HTML --- aux/ci/report.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'aux/ci/report.sh') diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 8a4c74f..1a13e85 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -1,7 +1,8 @@ #!/bin/sh set -eu -PROJECT_UC="$1" +PROJECT="$1" +TLD="$(cat aux/tld.txt)" PASS='✅' FAIL='❌' @@ -27,7 +28,7 @@ cat <> "$OUT" - CI logs for $PROJECT_UC + CI logs for $PROJECT