Skip to content

Commit

Permalink
Change gitlab provider to use http
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Bersani <marco.bersani@qonto.com>
  • Loading branch information
B3rs committed Jan 31, 2024
1 parent 73708e2 commit 7e7a1cc
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 7e7a1cc

Please sign in to comment.