From 81643ca1677593291d2024ace4f25b2885c888d4 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sun, 6 Jun 2021 09:30:19 -0300 Subject: aux/: Use tabs over spaces for .sh files --- aux/ci/report.sh | 70 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'aux/ci/report.sh') diff --git a/aux/ci/report.sh b/aux/ci/report.sh index a3fc608..65d3335 100755 --- a/aux/ci/report.sh +++ b/aux/ci/report.sh @@ -14,56 +14,56 @@ chmod 644 "$OUT" git fetch origin refs/notes/*:refs/notes/* ||: for c in $(git notes list | cut -d\ -f2); do - DATA="$(git notes --ref=refs/notes/ci-data show "$c")" - FILENAME="$(echo "$DATA" | cut -d\ -f2)" - echo "$DATA" > "public/ci-data/$FILENAME" - git notes --ref=refs/notes/ci-logs show "$c" > "public/ci-logs/$FILENAME" + DATA="$(git notes --ref=refs/notes/ci-data show "$c")" + FILENAME="$(echo "$DATA" | cut -d\ -f2)" + echo "$DATA" > "public/ci-data/$FILENAME" + git notes --ref=refs/notes/ci-logs show "$c" > "public/ci-logs/$FILENAME" done cat <> "$OUT" - - - - + + + + - - - -

- CI logs for $PROJECT_UC -

- + EOF -- cgit v1.2.3