This commit is contained in:
Markus Fleschutz 2021-09-06 19:59:00 +02:00
parent 00150f3a6c
commit 015f367003

View File

@ -33,6 +33,8 @@ try {
& git -C "$Folder" fetch --all --recurse-submodules --prune --prune-tags --jobs=4 & git -C "$Folder" fetch --all --recurse-submodules --prune --prune-tags --jobs=4
if ($lastExitCode -ne "0") { throw "'git fetch' failed" } if ($lastExitCode -ne "0") { throw "'git fetch' failed" }
$Step++
} }
[int]$Elapsed = $StopWatch.Elapsed.TotalSeconds [int]$Elapsed = $StopWatch.Elapsed.TotalSeconds