brew-test-bot: don't use stash --all; too new.
This commit is contained in:
parent
293be41d5c
commit
7120f47f6c
@ -216,7 +216,7 @@ class Test
|
||||
def cleanup_before
|
||||
@category = __method__
|
||||
return unless ARGV.include? '--cleanup'
|
||||
git 'stash --all'
|
||||
git 'stash'
|
||||
git 'am --abort 2>/dev/null'
|
||||
git 'rebase --abort 2>/dev/null'
|
||||
git 'reset --hard'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user