Skip to content

Commit

Permalink
Merge pull request fluxcd#116 from fluxcd/git/checkout-semver-fix
Browse files Browse the repository at this point in the history
Drop single branch strategy for SemVer checkout
  • Loading branch information
hiddeco authored Aug 31, 2020
2 parents 8950d43 + 668e022 commit 25f0552
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/git/checkout.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func (c *CheckoutSemVer) Checkout(ctx context.Context, path, url string, auth tr
URL: url,
Auth: auth,
RemoteName: defaultOrigin,
SingleBranch: true,
NoCheckout: false,
Depth: 1,
RecurseSubmodules: 0,
Expand Down

0 comments on commit 25f0552

Please sign in to comment.