Commit 07ee2d2
Fix infra-deploy summary step failing when no templates changed
[ ] && echo exits with code 1 when the condition is false, causing bash -e
to abort. Use an if/elif/else block instead so the step always exits cleanly.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 8dca74a commit 07ee2d2
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
0 commit comments