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
|
if bintray_user && bintray_key
|
||||||
repo = Bintray.repository(tap_name)
|
repo = Bintray.repository(tap_name)
|
||||||
changed_formulae.each do |f|
|
changed_formulae.each do |f|
|
||||||
next unless f.bottle_defined?
|
next if f.bottle_unneeded? || f.bottle_disabled?
|
||||||
ohai "Publishing on Bintray:"
|
ohai "Publishing on Bintray:"
|
||||||
package = Bintray.package f.name
|
package = Bintray.package f.name
|
||||||
version = f.pkg_version
|
version = f.pkg_version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user