Commit 7532209
fix: print bundle.sh output before failing in CI
GitHub Actions bash uses set -e by default, which caused the script
to exit immediately when the command substitution failed, before the
output could be printed. This made debugging impossible.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2b4c74f commit 7532209
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
| 66 | + | |
66 | 67 | | |
| 68 | + | |
| 69 | + | |
67 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
68 | 75 | | |
69 | 76 | | |
70 | 77 | | |
| |||
0 commit comments