Skip to content

Commit

Permalink
Disable loading a sibgle branch when getting git starter project
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Nov 7, 2022
1 parent 99f4a0d commit 6003af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/registry/starter_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func downloadGitProject(starterProject *devfilev1.StarterProject, starterToken,
URL: remoteUrl,
RemoteName: remoteName,
ReferenceName: refName,
SingleBranch: true,
SingleBranch: false,
// we don't need history for starter projects
Depth: 1,
}
Expand Down

0 comments on commit 6003af8

Please sign in to comment.