Skip to content
Verified Commit 86c54a62 authored by Matthew Clarkson's avatar Matthew Clarkson
Browse files

fix: remove `clone` strategy

It should be entirely up to the user to decide the strategy.

The default of `fetch` is significantly faster for large projects.

A default of `clone` will be a regression for those projects.

The only time a full clone is needed is if one has deleted a tag and
the remote CI has cached that tag in the fetch. This is easy to fix
by switching over the CI settings to clone for a single run or adding
a `GIT_STRATEGY` CI variable for a short period to clean out the cache.
parent 13e4e127
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment