bintray: don't output raw JSON

This commit is contained in:
Dawid Dziurla 2020-09-08 22:30:22 +02:00
parent e2b3bdb4e5
commit 36c35efcd8
No known key found for this signature in database
GPG Key ID: 7B6D8368172E9B0B

View File

@ -37,8 +37,8 @@ class Bintray
end
curl(*args, url,
show_output: verbose?,
secrets: key)
print_stdout: false,
secrets: key)
end
def upload(local_file, repo:, package:, version:, remote_file:, sha256: nil)