brew-test-bot: --cleanup (not --clean) and fetch origin.
This commit is contained in:
parent
623bbb2ada
commit
d01adbc987
@ -211,7 +211,8 @@ class Test
|
|||||||
|
|
||||||
def cleanup
|
def cleanup
|
||||||
@category = __method__
|
@category = __method__
|
||||||
if ARGV.include? "--clean"
|
if ARGV.include? "--cleanup"
|
||||||
|
test "git fetch origin"
|
||||||
test "git reset --hard origin/master"
|
test "git reset --hard origin/master"
|
||||||
test "git clean --force -dx"
|
test "git clean --force -dx"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user