Drop single branch strategy for SemVer checkout

As this will result in a checkout failure when the default branch on the
remote is not `master`. Surfaced due to Contour switching from `master` to
`main` overnight.
This commit is contained in:
Hidde Beydals 2020-08-26 11:33:53 +02:00
parent 8950d43799
commit 668e0223dd
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,