brew-test-bot: reset before checkout.

This commit is contained in:
Mike McQuaid 2013-07-15 21:18:32 -07:00
parent e143c3a799
commit e8354e2fb5

View File

@ -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