Skip to content
Snippets Groups Projects
Commit c3c233dd authored by Dominyk Tiller's avatar Dominyk Tiller
Browse files

test-bot: don't untap during cleanup_before

parent 75f1e490
No related branches found
No related tags found
No related merge requests found
......@@ -662,7 +662,6 @@ module Homebrew
safe_system "git", "checkout", "-f", "master"
# This will uninstall all formulae, as long as
# HOMEBREW_REPOSITORY == HOMEBREW_PREFIX, which is true on the test bots
Tap.names.each { |s| safe_system "brew", "untap", s if s != "homebrew/core" }
safe_system "git", "clean", "-ffdx", "--exclude=/Library/Taps/" unless ENV["HOMEBREW_RUBY"] == "1.8.7"
end
pr_locks = "#{@repository}/.git/refs/remotes/*/pr/*/*.lock"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment