aboutsummaryrefslogtreecommitdiff
path: root/aux/ci/report.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2021-07-23 11:01:44 -0300
committerEuAndreh <eu@euandre.org>2021-07-23 11:01:44 -0300
commit2a822e7553986c2c3ccd45e14af896da793bda07 (patch)
treec965238aafb286c04855e4e66f65d74dcc3ba264 /aux/ci/report.sh
parentaux/workflow/commonmark.sh: Read from stdin, write to stdout (diff)
downloadgit-permalink-2a822e7553986c2c3ccd45e14af896da793bda07.tar.gz
git-permalink-2a822e7553986c2c3ccd45e14af896da793bda07.tar.xz
aux/ci/report.sh: Stop fetching by default
Diffstat (limited to 'aux/ci/report.sh')
-rwxr-xr-xaux/ci/report.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/aux/ci/report.sh b/aux/ci/report.sh
index a90d10a..1aa41a0 100755
--- a/aux/ci/report.sh
+++ b/aux/ci/report.sh
@@ -37,11 +37,6 @@ mkdir -p "$OUTDIR/ci-logs" "$OUTDIR/ci-data"
OUT="$(mkstemp)"
chmod 644 "$OUT"
-git fetch origin refs/notes/ci-data:refs/notes/ci-data ||: &
-git fetch origin refs/notes/ci-logs:refs/notes/ci-logs ||: &
-git fetch origin refs/notes/commits:refs/notes/commits ||: &
-wait
-
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)"