Skip to content

Commit 4600f14

Browse files
committed
Merge #91: Cirrus: Actually clean old output files
5f015dd Cirrus: Actually clean old output files (Jeremy Rand) Pull request description: Don't just do a dry-run. Should fix the cache overflow that was affecting #89 (comment) .
2 parents 10a4948 + 5f015dd commit 4600f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cirrus_build_project.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fi
7979
echo "Cleaning cache..."
8080
rm -rfv out/container-image
8181
if [[ "$SHOULD_BUILD" -eq 0 ]]; then
82-
./tools/clean-old --dry-run
82+
./tools/clean-old
8383
fi
8484

8585
echo "Splitting caches..."

0 commit comments

Comments
 (0)