Commit b2a564e
ci: harden OpenAPI fetch + push against transient failures
- Add curl retry (5 attempts, 2s delay, 60s timeout) so a transient SSL
error on zernio.com/openapi.yaml no longer fails the run.
- Wrap `git push` in a pull-rebase-retry loop (3 attempts) so concurrent
dispatches that land back-to-back don't race for the same ref.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent dca7f0c commit b2a564e
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
92 | 99 | | |
93 | 100 | | |
94 | 101 | | |
| |||
0 commit comments