From 80a73bea794f08302846acd4f96a747f5769302a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 2 May 2013 22:02:13 +0100 Subject: [PATCH] brew-test-bot: force checkout master with cleanup. --- Library/Contributions/cmd/brew-test-bot.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Contributions/cmd/brew-test-bot.rb b/Library/Contributions/cmd/brew-test-bot.rb index 9ce324fa77..3451dfc02a 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