Commit bf83d7b
ci(release): use curl instead of gh CLI for verify-ci gate (#103)
v0.9.2 tag push hit `gh: command not found` on the Rocky runner that
picked up the release job — the verify-ci preflight introduced in #98
calls `gh api`, but `gh` is not installed across every self-hosted
Linux label. Rewrite the check with `curl + jq`; both are already
dependencies elsewhere in the release pipeline.
This leaves the security posture unchanged: the gate still aborts the
release if the latest CI run on the tagged SHA has any conclusion
other than `success`. It just no longer fails-open when the runner
lacks an optional CLI.
Fixes #103.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent c6e3bc9 commit bf83d7b
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments