diff options
| author | Mike McQuaid | 2013-07-15 21:18:32 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2013-07-15 21:18:32 -0700 |
| commit | e8354e2fb52267978de47104a7118c3ed38376c1 (patch) | |
| tree | 3fbcb5f6d616b6e1517f11af703bc57994d98c54 /Library | |
| parent | e143c3a799b531d6b3793f7bb677652f418d7a46 (diff) | |
| download | brew-e8354e2fb52267978de47104a7118c3ed38376c1.tar.bz2 | |
brew-test-bot: reset before checkout.
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/cmd/brew-test-bot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 7b66ddd33..e19272d30 100755 --- a/Library/Contributions/cmd/brew-test-bot.rb +++ b/Library/Contributions/cmd/brew-test-bot.rb @@ -288,8 +288,8 @@ class Test git 'stash' git 'am --abort 2>/dev/null' git 'rebase --abort 2>/dev/null' - git 'checkout -f master' git 'reset --hard' + git 'checkout -f master' git 'clean --force -dx' end |
