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/30 22:51:38 UTC

[yetus] branch main updated: 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 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 c5bbef3  YETUS-1061. remove github user and password support (addendum) (#187)
c5bbef3 is described below

commit c5bbef30db431aca3707de68488c902b2528e356
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=*)