aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-30 18:57:01 -0300
committerEuAndreh <eu@euandre.org>2023-03-30 18:57:01 -0300
commit09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60 (patch)
tree51ee5c4822b101ff6f6d262ea3c665e777d0f31a /src
parentgit-post-receive.sh: report s/finished/generated/ (diff)
downloadtoph-09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60.tar.gz
toph-09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60.tar.xz
git-post-receive.sh: Add missing "$NAME" argument to log entry
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show 09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60 git notes --ref=refs/notes/ci-data show 09ea6e8c7ca715c8c30a0c8ed1eeda2039824e60 Exit status: 0 Duration: 18
Diffstat (limited to 'src')
-rwxr-xr-xsrc/infrastructure/ci/git-post-receive.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh
index 74ae139..46bf5a5 100755
--- a/src/infrastructure/ci/git-post-receive.sh
+++ b/src/infrastructure/ci/git-post-receive.sh
@@ -148,7 +148,7 @@ mkdtemp() {
-a \
"$DIR"/ "$HTML_OUTDIR_CI"/
rm -rf "$DIR"
- printf 'Git CI HTML report for %s (%s) finished.\n' "$SHA" >&2
+ printf 'Git CI HTML report for %s (%s) finished.\n' "$NAME" "$SHA" >&2
} 2>&1 | logger -i -p local0.warn -t git-ci 1>/dev/null 2>&1 &
}
trap finish EXIT