test-bot: prune cache after 7 days.

Closes Homebrew/homebrew#42892.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Mike McQuaid 2015-08-13 08:22:24 +01:00
parent 638eda5f2d
commit 2fc88ae247

View File

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