From c7649e15b1513501ee9b4ee71ba9899d6a642a0d Mon Sep 17 00:00:00 2001 From: Kirill Zaitsev Date: Mon, 27 Oct 2014 14:32:44 +0300 Subject: [PATCH] Add gitlab repo url --- plugin/remote/gitlab/gitlab.go | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/remote/gitlab/gitlab.go b/plugin/remote/gitlab/gitlab.go index 61423297..b4e07597 100644 --- a/plugin/remote/gitlab/gitlab.go +++ b/plugin/remote/gitlab/gitlab.go @@ -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{}, }