Skip to content

Make CI clone repos instead of fetching them

Kez requested to merge git-strategy-clone into main

Most of our web repos use lego as a submodule. CI doesn't pull in submodule updates when the git strategy is fetch. This leads to sites drifting slightly in what version of lego they use. It can also cause confusion and frustration when trying to fix a bug in lego that should be fixed, but isn't fixed in the CI build.

Merge request reports