Commit 33a5c73
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 38eaffa commit 33a5c73
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
157 | 164 | | |
158 | 165 | | |
159 | 166 | | |
| |||
0 commit comments