Files
agentbox-test/.gitea/workflows
agentbox 456250c142
CI / test-and-package (push) Successful in 37s
CI / build-android (push) Successful in 3m15s
fix: handle SIGPIPE from yes|sdkmanager under pipefail
CI runs with -o pipefail, so 'yes | sdkmanager --licenses' fails
with exit code 141 when sdkmanager closes stdin. Wrapped with
{ yes || true; } | ... || true to handle this gracefully.
2026-08-01 10:32:42 +00:00
..