From 1ecf9b99c671895badb0dd665580596fae97abc4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 14 Jun 2021 16:29:50 -0300 Subject: aux/: Update --- aux/ci/report.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'aux/ci/report.sh') diff --git a/aux/ci/report.sh b/aux/ci/report.sh index 65d3335..2b40f3e 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,6 +28,7 @@ cat <> "$OUT" + CI logs for $PROJECT