git pull -q
This commit is contained in:
parent
f05a4240f2
commit
09327f289e
1 changed files with 1 additions and 1 deletions
|
@ -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..."
|
||||
|
|
Loading…
Reference in a new issue