We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ec699 commit 5f5099bCopy full SHA for 5f5099b
‎git_repo/services/ext/gitlab.py‎
@@ -20,6 +20,7 @@ def __init__(self, *args, **kwarg):
20
super(GitlabService, self).__init__(*args, **kwarg)
21
22
def connect(self):
23
+ self.gl.set_url(self.url_ro)
24
self.gl.set_token(self._privatekey)
25
self.gl.token_auth()
26
self.username = self.gl.user.username
0 commit comments