diff options
| author | Mike McQuaid | 2015-12-07 13:30:37 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2015-12-07 13:30:37 +0000 |
| commit | 3d3c3e013108a3d21ad188488e69f8b33227537b (patch) | |
| tree | 60206346cd5535d912c7245db1ea830dd9574948 /Library | |
| parent | 17e5c1409f13e3456361ab842c1e87d560fd9ccc (diff) | |
| download | brew-3d3c3e013108a3d21ad188488e69f8b33227537b.tar.bz2 | |
test-bot: don't cleanup the HOMEBREW_RUBY_PATH.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index ad679b7ec..e3ef8924d 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -647,7 +647,7 @@ module Homebrew git "rebase", "--abort" git "reset", "--hard" git "checkout", "-f", "master" - git "clean", "-ffdx" + git "clean", "-ffdx" unless ENV["HOMEBREW_RUBY_PATH"] pr_locks = "#{HOMEBREW_REPOSITORY}/.git/refs/remotes/*/pr/*/*.lock" Dir.glob(pr_locks) { |lock| FileUtils.rm_rf lock } end |
