Skip to content

Commit

Permalink
Merge pull request #55 from qonto/change_gitlab_provider_to_http
Browse files Browse the repository at this point in the history
Change gitlab provider to use http
  • Loading branch information
B3rs authored Jan 31, 2024
2 parents 73708e2 + 7e7a1cc commit 2dba195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/providers/gitlab/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func (c *Client) makeProjects(projects []*gitlab.Project) []project.Project {

result[i] = project.Project{
Name: proj.Name,
URL: proj.SSHURLToRepo,
URL: proj.HTTPURLToRepo,
Branch: proj.DefaultBranch,
Path: path.Join(c.config.BasePath, proj.PathWithNamespace),
Labels: labels,
Expand Down

0 comments on commit 2dba195

Please sign in to comment.