Skip to content
Snippets Groups Projects
Commit 7a9934ff authored by Mike McQuaid's avatar Mike McQuaid
Browse files

test-bot: brew prune after removing formulae.

parent 357cce11
No related branches found
No related tags found
No related merge requests found
...@@ -762,6 +762,7 @@ module Homebrew ...@@ -762,6 +762,7 @@ module Homebrew
Formula.installed.each do |formula| Formula.installed.each do |formula|
safe_system "brew", "uninstall", "--force", formula safe_system "brew", "uninstall", "--force", formula
end end
safe_system "brew", "prune"
unless @repository == HOMEBREW_REPOSITORY unless @repository == HOMEBREW_REPOSITORY
HOMEBREW_REPOSITORY.cd do HOMEBREW_REPOSITORY.cd do
......
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