aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure')
-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 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