From 3d07836f91a70f769dc772d2351c52afb4b55f9e Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 Mar 2023 18:53:25 -0300 Subject: git-post-receive.sh: Notify start of CI HTML report --- src/infrastructure/ci/git-post-receive.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/infrastructure/ci/git-post-receive.sh') diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh index ea2dfcb..0712713 100755 --- a/src/infrastructure/ci/git-post-receive.sh +++ b/src/infrastructure/ci/git-post-receive.sh @@ -137,6 +137,7 @@ mkdtemp() { git notes add -f -m "$NOTE" "$SHA" { + printf 'Git CI HTML report for %s started.\n' "$SHA" >&2 DIR="$(mkdtemp)" report -o "$DIR" sudo -u deployer rsync \ -- cgit v1.2.3