brew-test-bot: force checkout master with cleanup.

This commit is contained in:
Mike McQuaid 2013-05-02 22:02:13 +01:00
parent afd2dde474
commit 80a73bea79

View File

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