This is an automated email from the ASF dual-hosted git repository.

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 7bbefa7  YETUS-994. Add GitHub Status as a report type (addendum) 
(#132)
7bbefa7 is described below

commit 7bbefa726d4b86c9a96608d14c2dac951b33b243
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Fri Sep 25 08:32:58 2020 -0700

    YETUS-994. Add GitHub Status as a report type (addendum) (#132)
---
 precommit/src/main/shell/test-patch.d/github.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/precommit/src/main/shell/test-patch.d/github.sh 
b/precommit/src/main/shell/test-patch.d/github.sh
index b7a3308..f0cbc75 100755
--- a/precommit/src/main/shell/test-patch.d/github.sh
+++ b/precommit/src/main/shell/test-patch.d/github.sh
@@ -762,7 +762,8 @@ function github_status_write()
     "${githubauth[@]}" \
     -d @"${filename}" \
     --location \
-    "${GITHUB_API_URL}/repos/${GITHUB_REPO}/statuses/${GITHUB_SHA}"
+    "${GITHUB_API_URL}/repos/${GITHUB_REPO}/statuses/${GITHUB_SHA}" \
+    > /dev/null
 }
 
 ## @description  Print out the finished details to the Github PR

Reply via email to