Skip to content

Don't shallow clone when running gdk install

Ash McKenzie requested to merge ashmckenzie/try-without-shallow-clone into master

What does this Merge Request do?

This MR tests how much a difference running gdk install without shallow_clone=true which equates to running git clone --depth=1 <repo>.

Related: gitaly#3382

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
Edited by Ash McKenzie

Merge request reports

Loading