-
-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bintray: don't output raw JSON #8459
Conversation
62f05bf
to
78535dc
Compare
We have |
|
Ah, okay. However, I'm not quite sure it makes sense that |
Agreed 👍🏻 |
1505fa0
to
2946ac2
Compare
Rebased on latest master. Any ideas on how to resolve this |
@dawidd6 I'm not sure, @reitermarkus? |
I'd say just remove |
@jonchang what do you think? |
At some point we're going to have to clean up how we use
I think this is an acceptable solution for now. |
2946ac2
to
4b6318b
Compare
Current situation:
https://github.com/Homebrew/homebrew-core/runs/1018446727?check_suite_focus=true#step:5:46
Situation after this PR:
https://github.com/dawidd6/homebrew-tap/runs/1018549880#step:5:44
With this PR, we no longer see the JSON received from Bintray.
It's redundant to see it, it lacks final newline and messes the whole output a bit.
We already parse and check this JSON, no need to output it too.
brew style
with your changes locally?brew tests
with your changes locally?