You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@yetus.apache.org by aw...@apache.org on 2020/10/31 05:19:15 UTC

[yetus] 10/10: YETUS-1061. remove github user and password support (addendum) (#187)

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

aw pushed a commit to branch YETUS-1034-release
in repository https://gitbox.apache.org/repos/asf/yetus.git

commit 879f861192ff982e6fa114cb9c55fba7eca62822
Author: Allen Wittenauer <aw...@apache.org>
AuthorDate: Fri Oct 30 15:51:28 2020 -0700

    YETUS-1061. remove github user and password support (addendum) (#187)
---
 precommit/src/main/shell/test-patch.d/github.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/precommit/src/main/shell/test-patch.d/github.sh b/precommit/src/main/shell/test-patch.d/github.sh
index 9e8419d..1b10005 100755
--- a/precommit/src/main/shell/test-patch.d/github.sh
+++ b/precommit/src/main/shell/test-patch.d/github.sh
@@ -54,8 +54,6 @@ function github_parse_args
 {
   declare i
 
-  github_set_github_user
-
   for i in "$@"; do
     case ${i} in
       --github-api-url=*)