Use ssh urls rather than git urls for wescamp checkouts
This commit is contained in:
parent
a3e39f7d2b
commit
f8879eeff1
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class GitHub(object):
|
|||
repos = self._github_api_request(request)
|
||||
|
||||
version_suffix = "-{0}".format(self.version)
|
||||
return [(repo["name"][:-len(version_suffix)], repo["git_url"])
|
||||
return [(repo["name"][:-len(version_suffix)], repo["ssh_url"])
|
||||
for repo in repos if repo["name"].endswith(version_suffix)]
|
||||
|
||||
def _github_repos_create(self, name):
|
||||
|
|
Loading…
Add table
Reference in a new issue