Merge pull request #116 from fluxcd/git/checkout-semver-fix
Drop single branch strategy for SemVer checkout
This commit is contained in:
commit
25f0552ef9
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue