chore(release) git pull should not cause error if no upstream
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -202,12 +202,12 @@ impl FuzzyClone {
|
||||
}),
|
||||
)?;
|
||||
} else {
|
||||
util::shell::run(
|
||||
let _ = util::shell::run(
|
||||
&["git", "pull"],
|
||||
Some(util::shell::RunOptions {
|
||||
path: git_repo_path.clone(),
|
||||
}),
|
||||
)?;
|
||||
);
|
||||
}
|
||||
|
||||
Ok(git_repo_path)
|
||||
|
Reference in New Issue
Block a user