mirror of
https://github.com/ceph/ceph
synced 2024-12-29 15:03:33 +00:00
When cloning teuthology, pass --depth 1
We don't need history, so we may as well save some time. Signed-off-by: Zack Cerza <zack@redhat.com>
This commit is contained in:
parent
ac5b4f6d78
commit
615baf310a
@ -74,7 +74,7 @@ EOF
|
||||
pip install -r $CURR_DIR/requirements.txt
|
||||
deactivate
|
||||
|
||||
git clone https://github.com/ceph/teuthology.git
|
||||
git clone --depth 1 https://github.com/ceph/teuthology.git
|
||||
|
||||
cd $BUILD_DIR
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user