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,7 +37,7 @@ class Bintray
end end
curl(*args, url, curl(*args, url,
show_output: verbose?, print_stdout: false,
secrets: key) secrets: key)
end end