test-bot: clean up harder on failure (before).
This commit is contained in:
parent
e651e7662a
commit
bff259330c
@ -476,7 +476,7 @@ module Homebrew
|
|||||||
git "reset", "--hard"
|
git "reset", "--hard"
|
||||||
git "checkout", "-f", "master"
|
git "checkout", "-f", "master"
|
||||||
git "clean", "-fdx"
|
git "clean", "-fdx"
|
||||||
# TODO: on failure rerun with: -ffdx
|
git "clean", "-ffdx" unless $?.success?
|
||||||
end
|
end
|
||||||
|
|
||||||
def cleanup_after
|
def cleanup_after
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user