Skip to content

Remove shallow.lock before fetching

This is a general Merge Request template. Consider to choose a template from the list above if it will match your case more.

What does this MR do?

Removes .git/shallow.lock prior to fetching.

Why was this MR needed?

Cancelled builds mid-shallow clone/fetch leave behind this file and prevent rebuilds with the 'fetch' strategy.

Are there points in the code the reviewer needs to double check?

Does this MR meet the acceptance criteria?

  • Tests
    • Added for this feature/bug
    • All builds are passing
  • Branch has no merge conflicts with master (if you do - rebase it please)

What are the relevant issue numbers?

#1481 (closed)

Merge request reports