-
Suggestion
-
Resolution: Fixed
Right now Pipelines clones a git repository to a depth of 50.
This cause an issue for us trying to push to another repo as part of our pipeline if our source and destination are too far out of sync which can happen for destinations that are not frequently updated.
Given the above it would be nice to be able to clone a repository with having a depth specified.
Form Name |
---|
There really needs to be a way to control where the clone happens.
What I really want is something like
Notice I only invoked the clone once and restored the artifacts after another operation.
Being able to control where these operations run would be great.