Disable shallow cloning
While shallow cloning can speed up the checkout for the jobs, various jobs do rely on e.g. tags from the repository as well as other branches being known. So disable shallow cloning entirely to avoid issues depending on the state of the re-used work tree.
Signed-off-by: Sjoerd Simons sjoerd.simons@collabora.co.uk