From bca3aa0b2b0e95b896489807461eb0bd7529f1ac Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 27 Jun 2017 20:37:42 -0700
Subject: [PATCH] Suppress webhook response

---
 pipe.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pipe.sh b/pipe.sh
index 1eb97e7..7ba59d3 100755
--- a/pipe.sh
+++ b/pipe.sh
@@ -24,5 +24,5 @@ tail -n0 -F "$LOG_FILE" | while read LINE; do
     -X POST \
     -s \
     -d@- \
-    $WEBHOOK_URL;
+    $WEBHOOK_URL > /dev/null;
 done
-- 
GitLab