1
0
Fork 0

git pull -q

This commit is contained in:
Christian Kühnel 2019-12-16 10:03:59 +00:00
parent f05a4240f2
commit 09327f289e

View file

@ -24,7 +24,7 @@ if (Test-Path -PathType Container "llvm-project"){
}
Invoke-Call -ScriptBlock { git reset --hard }
Invoke-Call -ScriptBlock { git clean -fdx }
Invoke-Call -ScriptBlock { git pull }
Invoke-Call -ScriptBlock { git pull -q }
# TODO: in case of errors: delete folder and clone
} else {
Write-Output "performing git clone..."