Skip to content

Commit 5f015dd

Browse files
committed
Cirrus: Actually clean old output files
Don't just do a dry-run.
1 parent 10a4948 commit 5f015dd

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)