mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Remove support for shallow clones. The bundle is already shallow.
This commit is contained in:
parent
3a8bb531a0
commit
4dbdd255a1
2 changed files with 7 additions and 9 deletions
|
@ -595,7 +595,7 @@ def update_wpt():
|
|||
.with_index_and_artifacts_expire_in(log_artifacts_expire_in)
|
||||
.with_max_run_time_minutes(6 * 60)
|
||||
# Not using the bundle, pushing the new changes to the git remote requires a full repo.
|
||||
.with_repo(shallow=False, alternate_object_dir="/var/cache/servo.git/objects")
|
||||
.with_repo(alternate_object_dir="/var/cache/servo.git/objects")
|
||||
)
|
||||
return (
|
||||
with_homebrew(update_task, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue