aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/test-bot.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb
index e742656f8..fec1eab39 100644
--- a/Library/Homebrew/cmd/test-bot.rb
+++ b/Library/Homebrew/cmd/test-bot.rb
@@ -898,9 +898,7 @@ module Homebrew
safe_system "brew", "tap", tap.name
end
- if ARGV.include? "--ci-reset-and-update"
- return test_bot_ci_reset_and_update
- elsif ARGV.include? "--ci-upload"
+ if ARGV.include? "--ci-upload"
return test_ci_upload(tap)
end