mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
When [ci-clear-cache] is used but no cache exists yet, grep returns exit code 1 which causes script failure with set -e. Add || echo "0" to handle case where no deltas exist to delete.