Skip to content

Commit 25f0552

Browse files
authored
Merge pull request #116 from fluxcd/git/checkout-semver-fix
Drop single branch strategy for SemVer checkout
2 parents 8950d43 + 668e022 commit 25f0552

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/git/checkout.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ func (c *CheckoutSemVer) Checkout(ctx context.Context, path, url string, auth tr
173173
URL: url,
174174
Auth: auth,
175175
RemoteName: defaultOrigin,
176-
SingleBranch: true,
177176
NoCheckout: false,
178177
Depth: 1,
179178
RecurseSubmodules: 0,

0 commit comments

Comments
 (0)