aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-05-02 22:02:13 +0100
committerMike McQuaid2013-05-02 22:02:28 +0100
commit80a73bea794f08302846acd4f96a747f5769302a (patch)
tree1aea5a3fef18dc2f8e7f1a188ad9109c79af08fc /Library
parentafd2dde47495d04bc9aeafc32fe8b39515f6563e (diff)
downloadbrew-80a73bea794f08302846acd4f96a747f5769302a.tar.bz2
brew-test-bot: force checkout master with cleanup.
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/cmd/brew-test-bot.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb
index 9ce324fa7..3451dfc02 100755
--- a/Library/Contributions/cmd/brew-test-bot.rb
+++ b/Library/Contributions/cmd/brew-test-bot.rb
@@ -219,6 +219,7 @@ class Test
git 'stash'
git 'am --abort 2>/dev/null'
git 'rebase --abort 2>/dev/null'
+ git 'checkout -f master'
git 'reset --hard'
git 'clean --force -dx'
end