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 <[email protected]> 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=*)
