Skip to content

Commit 5f5099b

Browse files
committed
🚒 Fix #36: setup URL to the custom repository when connecting to the sevice.
1 parent 47ec699 commit 5f5099b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎git_repo/services/ext/gitlab.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ def __init__(self, *args, **kwarg):
2020
super(GitlabService, self).__init__(*args, **kwarg)
2121

2222
def connect(self):
23+
self.gl.set_url(self.url_ro)
2324
self.gl.set_token(self._privatekey)
2425
self.gl.token_auth()
2526
self.username = self.gl.user.username

0 commit comments

Comments
 (0)