Commit 7f6046c
ci(root): use bash retry loop for shrinkwrap verify step
The shrinkwrap-verify step called the `retry` binary, whose install step
was removed in 1c04950 (VL-7134) on the assumption it was only used by
improved-yarn-audit. `retry: command not found` then caused the step to
false-fail after a successful publish (bitgo@52.3.0 shipped correctly).
Replace the `retry` wrapper with a plain bash loop, matching the adjacent
Create GitHub release step, so the check no longer depends on a
third-party binary in the post-publish window.
TICKET: WCN-1584
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent ef25827 commit 7f6046c
1 file changed
Lines changed: 10 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
353 | 355 | | |
354 | 356 | | |
355 | 357 | | |
| |||
0 commit comments