test-bot: enable tap Bintray upload again.
This commit is contained in:
parent
a40fcfe342
commit
fb9942a264
@ -751,9 +751,6 @@ module Homebrew
|
|||||||
bintray_package = Bintray.package formula_name
|
bintray_package = Bintray.package formula_name
|
||||||
existing_bottle = existing_bottles[formula_name]
|
existing_bottle = existing_bottles[formula_name]
|
||||||
|
|
||||||
# Disable taps temporarily until Bintray sorts our repositories.
|
|
||||||
next if tap
|
|
||||||
|
|
||||||
unless formula_packaged[formula_name]
|
unless formula_packaged[formula_name]
|
||||||
package_url = "#{bintray_repo_url}/#{bintray_package}"
|
package_url = "#{bintray_repo_url}/#{bintray_package}"
|
||||||
unless system "curl", "--silent", "--fail", "--output", "/dev/null", package_url
|
unless system "curl", "--silent", "--fail", "--output", "/dev/null", package_url
|
||||||
|
Loading…
x
Reference in New Issue
Block a user