This is an automated email from the ASF dual-hosted git repository. guoyp pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/griffin.git
commit 06b10616817c193de19cbfebb7e18c7a4381b12d Author: William Guo <[email protected]> AuthorDate: Wed Dec 26 19:59:10 2018 +0800 update remote --- merge_pr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/merge_pr.py b/merge_pr.py index 88d5358..4577df6 100755 --- a/merge_pr.py +++ b/merge_pr.py @@ -64,7 +64,7 @@ JIRA_API_BASE = "https://issues.apache.org/jira" BRANCH_PREFIX = "PR_TOOL" PR_REPO = "https://github.com/apache/griffin.git" -PUSH_REPO = "https://git-wip-us.apache.org/repos/asf/griffin.git" +PUSH_REPO = "https://gitbox.apache.org/repos/asf/griffin.git" def get_json(url):
