Cirrus: clear checkpoint on download task

And also on any task where the output is already cached.
pull/88/head
Jeremy Rand 3 years ago
parent 2a83d0a538
commit a5596fde6d
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -72,6 +72,9 @@ if [[ "$SHOULD_BUILD" -eq 1 ]]; then
else
#echo "This is a cache-only task, skipping build."
echo "Skipping build."
echo "Clearing interrupted cache..."
rm -rf ./tmp/interrupted_dirs/* || true
fi
echo "Moving caches..."

Loading…
Cancel
Save