Change to using the SSH url; git urls cannot be used with private repos on GitHub

This commit is contained in:
Joseph Schorr 2015-05-06 12:23:46 -07:00
parent df596edaac
commit 2d83e5c7e7

View file

@ -811,7 +811,7 @@ class GithubBuildTrigger(BuildTriggerHandler):
'commit_sha': commit_sha,
'ref': ref,
'default_branch': repo.default_branch,
'git_url': repo.git_url,
'git_url': repo.ssh_url,
}
# add the commit info.