Skip to content

Comments

fix: neutralize diff exit code in generate summary#13

Merged
terraboops merged 1 commit intomainfrom
fix/diff-exit-code
Feb 20, 2026
Merged

fix: neutralize diff exit code in generate summary#13
terraboops merged 1 commit intomainfrom
fix/diff-exit-code

Conversation

@terraboops
Copy link
Collaborator

diff -u returns exit code 1 when files differ, which kills the script under set -e -o pipefail. Wrap in { ... || true; } before piping to tail.

Follow-up to #12.

diff returns exit code 1 when files differ, which kills the script
under set -e -o pipefail. Wrap in { ... || true; } before piping.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@terraboops terraboops merged commit 150b7bc into main Feb 20, 2026
4 checks passed
@terraboops terraboops deleted the fix/diff-exit-code branch February 20, 2026 09:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant