taskcluster / taskgraph

Generates task dependency graphs for Taskcluster CI
Mozilla Public License 2.0
16 stars 42 forks source link

[run-task] Support Git shallow clones #503

Open ahal opened 6 months ago

ahal commented 6 months ago

Supporting shallow clones in run-task would be a quick and easy win. This should probably even be the default behaviour.

ahal commented 6 months ago

Note, for caching purposes, you can run git fetch --unshallow to convert a shallow clone to a full one.

CHARLIE1210-A commented 4 months ago

Can you please define the issue. I am unable to understand what the actual problem is.