pull: fix pulling desired bottles
This commit is contained in:
parent
0df93da014
commit
1a4068f0be
@ -192,7 +192,7 @@ module Homebrew
|
||||
if bintray_user && bintray_key
|
||||
repo = Bintray.repository(tap_name)
|
||||
changed_formulae.each do |f|
|
||||
next unless f.bottle_defined?
|
||||
next if f.bottle_unneeded? || f.bottle_disabled?
|
||||
ohai "Publishing on Bintray:"
|
||||
package = Bintray.package f.name
|
||||
version = f.pkg_version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user