Cirrus: Allow rsync to fail

pull/88/head
Jeremy Rand 3 years ago
parent 050d0e4443
commit 2a986230f4
No known key found for this signature in database
GPG Key ID: FD7550C2EB800711

@ -83,7 +83,7 @@ if [[ "$SHOULD_BUILD" -eq 0 ]]; then
fi
echo "Splitting caches..."
rsync -avu --delete ./out/macosx-toolchain ./out_cache1/
rsync -avu --delete ./out/macosx-toolchain ./out_cache1/ || true
rm -rf ./out/macosx-toolchain || true
echo "Packing interrupted cache..."

Loading…
Cancel
Save