From 8cdf792b5d14295b44c0e4bb7753722f09382560 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 30 Mar 2023 16:02:42 -0300 Subject: git-post-receive.sh: Send CI report output to syslog over /dev/null --- src/infrastructure/ci/git-post-receive.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/ci/git-post-receive.sh b/src/infrastructure/ci/git-post-receive.sh index 612a268..c21931e 100755 --- a/src/infrastructure/ci/git-post-receive.sh +++ b/src/infrastructure/ci/git-post-receive.sh @@ -146,7 +146,7 @@ mkdtemp() { -a \ "$DIR"/ "$HTML_OUTDIR_CI"/ rm -rf "$DIR" - } 1>/dev/null 2>&1 & + } 2>&1 | logger -p local0.warn -t git-ci & } trap finish EXIT -- cgit v1.2.3