disabled compression
This commit is contained in:
parent
bc971e0016
commit
4c186daf95
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ pipeline {
|
||||||
|
|
||||||
Write-Host "Uploading results to GCS..."
|
Write-Host "Uploading results to GCS..."
|
||||||
\$ErrorActionPreference = 'Continue'
|
\$ErrorActionPreference = 'Continue'
|
||||||
gsutil cp -Z -c *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/
|
gsutil cp *.* gs://llvm-premerge-checks/results/${MY_BUILD_ID}/
|
||||||
Write-Host "Done."
|
Write-Host "Done."
|
||||||
"""
|
"""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue