mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-12 08:23:48 +02:00
Add gitlab repo url
This commit is contained in:
parent
459759370f
commit
c7649e15b1
@ -75,6 +75,7 @@ func (r *Gitlab) GetRepos(user *model.User) ([]*model.Repo, error) {
|
||||
CloneURL: item.HttpRepoUrl,
|
||||
GitURL: item.HttpRepoUrl,
|
||||
SSHURL: item.SshRepoUrl,
|
||||
URL: item.Url,
|
||||
Role: &model.Perm{},
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user