From 993e0e15eb9691bc73e502e0003fa799650862e3 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 16 Jun 2021 23:00:20 -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