feat: with ultra caching
Some checks failed
continuous-integration/drone/push Build is failing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-03 00:46:20 +02:00
parent c131ebdb7e
commit af821a9d3a
8 changed files with 312 additions and 45 deletions

View File

@@ -59,7 +59,7 @@ impl VcsClient {
} => {
let checkout_branch = std::process::Command::new("git")
.current_dir(source.as_path())
.args(&[
.args([
"-c",
&format!("user.name={}", username),
"-c",