Skip to content

Increase clone depth during tag sync

Robert Speicher requested to merge rs-sync-tag-clone-depth into master

This is an attempt to resolve the "shallow update not allowed" error we've seen recently during a tag sync.

As a first step, we've increased the depth to 50, which is what the branch sync currently uses. If we're still seeing the error, we can consider removing the shallow clone entirely.

See gitlab-com/gl-infra/delivery#614

Edited by Robert Speicher

Merge request reports