test-bot: don't try and bottle unstable formulae.
e.g. devel-only or head-only formulae.
This commit is contained in:
parent
2787eaa853
commit
e8d8c3a486
@ -447,7 +447,7 @@ module Homebrew
|
||||
audit_args << "--strict" if @added_formulae.include? formula_name
|
||||
test "brew", "audit", *audit_args
|
||||
if install_passed
|
||||
unless ARGV.include? '--no-bottle'
|
||||
if formula.stable? && !ARGV.include?('--no-bottle')
|
||||
bottle_args = ["--rb", formula_name]
|
||||
if @tap
|
||||
tap_user, tap_repo = @tap.split "/"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user