Cirrus: Actually clean old output files

Don't just do a dry-run.
pull/91/head
Jeremy Rand 3 years ago
parent 10a4948fec
commit 5f015ddec5
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -79,7 +79,7 @@ fi
echo "Cleaning cache..."
rm -rfv out/container-image
if [[ "$SHOULD_BUILD" -eq 0 ]]; then
./tools/clean-old --dry-run
./tools/clean-old
fi
echo "Splitting caches..."

Loading…
Cancel
Save