test-bot: remove obsolete tap --repair
This commit is contained in:
parent
9e6934d00c
commit
d8f9bfa730
@ -710,12 +710,8 @@ module Homebrew
|
|||||||
|
|
||||||
# Tap repository if required, this is done before everything else
|
# Tap repository if required, this is done before everything else
|
||||||
# because Formula parsing and/or git commit hash lookup depends on it.
|
# because Formula parsing and/or git commit hash lookup depends on it.
|
||||||
if tap
|
if tap && !repository.directory?
|
||||||
if !repository.directory?
|
safe_system "brew", "tap", tap
|
||||||
safe_system "brew", "tap", tap
|
|
||||||
else
|
|
||||||
quiet_system "brew", "tap", "--repair"
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
if ARGV.include? '--ci-upload'
|
if ARGV.include? '--ci-upload'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user