Skip to content
Snippets Groups Projects
Commit bca3aa0b authored by Erick Hitter's avatar Erick Hitter
Browse files

Suppress webhook response

parent 452ab72a
Branches
Tags
No related merge requests found
......@@ -24,5 +24,5 @@ tail -n0 -F "$LOG_FILE" | while read LINE; do
-X POST \
-s \
-d@- \
$WEBHOOK_URL;
$WEBHOOK_URL > /dev/null;
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment