aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-12-10 10:41:10 +0000
committerMike McQuaid2015-12-10 10:43:45 +0000
commitd2a44869f0b49f210c42bfe12787fa215a6c150e (patch)
tree04f2ccde46e9959661bd16692194e9d307c30776
parent8ce81af67a8dcbff15ec00d6e0d261000c1822a7 (diff)
downloadbrew-d2a44869f0b49f210c42bfe12787fa215a6c150e.tar.bz2
test-bot: remove dead code.
-rw-r--r--Library/Homebrew/cmd/test-bot.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index 2c5ef7f7f..222df08ff 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -52,16 +52,6 @@ module Homebrew
end
end
- if git_url = ENV["UPSTREAM_GIT_URL"] || ENV["GIT_URL"]
- # Also can get tap from Jenkins GIT_URL.
- url_path = git_url.sub(%r{^https?://github\.com/}, "").chomp("/")
- begin
- tap = Tap.fetch(tap)
- return tap unless tap.core_formula_repository?
- rescue
- end
- end
-
# return nil means we are testing core repo.
end