Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCKER] Revert git shallow clone change. (#2841)
This patch reverts one of my earlier patches (squashed in #2710) to reduce bandwidth requirements of git clone, in this particular case we are checking out a specific hash rather than a tag or branch name. The --branch option to git clone permits tags or branches but does not permit a specific hash.
- Loading branch information