[ci] gzip regression report before uploading

This commit is contained in:
Andreas Dangel 2021-06-20 18:31:31 +02:00
parent 19bc8bdff8
commit 8f2f71b4ec
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -36,7 +36,7 @@ def upload_report
return
end
`tar -cf #{tar_filename} diff/`
`tar czf #{tar_filename} diff/`
tar_size = (10 * File.size(tar_filename) / 1024 / 1024)/10.0
@logger.info "Uploading file #{tar_filename} (#{tar_size}mb) now..."
report_url = `curl -u #{ENV['PMD_CI_CHUNK_TOKEN']} -T #{tar_filename} https://chunk.io`