Skip to content

Use shallow cloning when initiating a job

Achilleas Pipinellis requested to merge git-depth into master

https://docs.gitlab.com/ee/ci/yaml/#shallow-cloning

This is so we don't fetch all branches and commits each time a job initiates. Setting this to 20 would suffice.

Edited by Achilleas Pipinellis

Merge request reports