feat: update all preparers to use isomorphic git

This commit is contained in:
blam
2020-12-22 13:00:36 +01:00
parent ab82709595
commit 3727e3b367
6 changed files with 59 additions and 33 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ class SCM {
this.config.logger?.info(
`Pushing directory to remote {dir=${dir},remoteName=${remoteName}}`,
);
git.push({
return git.push({
fs,
dir,
http,