fix: use full clone in scheduler

sweep/improve-logging-information
Meng Zhang 2023-06-22 15:06:44 -07:00
parent fcbc5edc55
commit 59b03ae477
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ impl RepositoryExt for Repository {
Command::new("git")
.current_dir(dir.parent().unwrap())
.arg("clone")
.arg("--depth")
.arg("1")
.arg(&self.git_url)
.arg(dir)
.status()