Merge pull request #116 from fluxcd/git/checkout-semver-fix

Drop single branch strategy for SemVer checkout
This commit is contained in:
Hidde Beydals 2020-08-31 09:58:56 +02:00 committed by GitHub
commit 25f0552ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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,