fix: use full clone in scheduler
parent
fcbc5edc55
commit
59b03ae477
|
|
@ -33,8 +33,6 @@ impl RepositoryExt for Repository {
|
||||||
Command::new("git")
|
Command::new("git")
|
||||||
.current_dir(dir.parent().unwrap())
|
.current_dir(dir.parent().unwrap())
|
||||||
.arg("clone")
|
.arg("clone")
|
||||||
.arg("--depth")
|
|
||||||
.arg("1")
|
|
||||||
.arg(&self.git_url)
|
.arg(&self.git_url)
|
||||||
.arg(dir)
|
.arg(dir)
|
||||||
.status()
|
.status()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue