Avoid fetching all the feature branches when cloning using git sha option
pending feedback
M
Molecular Cardinal
When we clone git repo using harness's git clone step with git commit sha option it fetches all the feature/dev branches from the repo instead of just fetching the required commit sha. This leads increase in step execution time unnecessarily. Please avoid fetching branches in this scenario to avoid additional time.
Log In
N
Nofar Bluestein
pending feedback
N
Nofar Bluestein
Hey,
We have support for specifying depth in the clone configuration.
Would that help?
Regards,
Nofar Bluestein
CI product team
N
Nofar Bluestein
under review