silencing git clone
This commit is contained in:
parent
a695983f76
commit
eb8690b8dc
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ if (Test-Path -PathType Container .git){
|
||||||
# TODO: in case of errors: delete folder and clone
|
# TODO: in case of errors: delete folder and clone
|
||||||
} else {
|
} else {
|
||||||
Write-Output "performing git clone..."
|
Write-Output "performing git clone..."
|
||||||
git clone --depth 1 https://github.com/llvm/llvm-project 2>&1
|
git clone -q --depth 1 https://github.com/llvm/llvm-project 2>&1
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue