Skip to content

setup-docker: do a full clone instead of a shallow one

Jaime Nuche requested to merge T371589 into master

The shallow clone fetches a single branch (mainline master) and configures that as the only remote ref for fetching. Instead we want to fetch all existing branches so we can offer them in the UI as the starting branch

Bug: T371589

Merge request reports