test-bot: prune cache after 7 days.
Closes Homebrew/homebrew#42892. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
638eda5f2d
commit
2fc88ae247
@ -606,7 +606,7 @@ module Homebrew
|
||||
if ARGV.include? "--cleanup"
|
||||
test "git", "reset", "--hard"
|
||||
git "stash", "pop"
|
||||
test "brew", "cleanup", "--prune=30"
|
||||
test "brew", "cleanup", "--prune=7"
|
||||
git "gc", "--auto"
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user