diff options
Diffstat (limited to 'src/infrastructure')
-rwxr-xr-x | src/infrastructure/ci/git-post-receive.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |