diff options
| author | Martin Afanasjew | 2016-04-02 23:33:49 +0200 |
|---|---|---|
| committer | Xu Cheng | 2016-04-03 12:15:47 +0800 |
| commit | ade39af24731c8e7ff29ebba9626b7d8e077ddce (patch) | |
| tree | 0daff1e67e8d51a742c19cfff3076750c50a9292 /Library | |
| parent | 75961721ee5401dda6c5411e8a812e1b87b34ab1 (diff) | |
| download | brew-ade39af24731c8e7ff29ebba9626b7d8e077ddce.tar.bz2 | |
Revert "test-bot: clean up on Jenkins before building PR"
This reverts commit 51e4e6490bda0d981afd1787a6392ab588b0601c. This did
not work as intended, as the `git` command is executed in the context of
the tap the current job operates on, never for Homebrew/homebrew itself.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/cmd/test-bot.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/test-bot.rb b/Library/Homebrew/cmd/test-bot.rb index 516fb3756..a30a85e6a 100644 --- a/Library/Homebrew/cmd/test-bot.rb +++ b/Library/Homebrew/cmd/test-bot.rb @@ -285,7 +285,6 @@ module Homebrew @url = ENV["ghprbPullLink"] @hash = nil test "git", "checkout", "origin/master" - test "git", "clean", "-qxdff", "--exclude=/Library/Taps/" # Use Travis CI pull-request variables for pull request jobs. elsif travis_pr @url = "https://github.com/#{ENV["TRAVIS_REPO_SLUG"]}/pull/#{ENV["TRAVIS_PULL_REQUEST"]}" |
