Some checks failed
Build and Deploy Backend / build-and-deploy (push) Failing after 57s
PIPESTATUS[0] was consumed by the echo command before exit could use it, causing build failures to be reported as success. set -o pipefail makes the entire pipe fail if any command fails, which is simpler and correct. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>