Commit 3687448
committed
fix(scripts): fix second release-gate fake-registry tar fixture on GNU tar
Same defect as the last fix, in the `fakeRegistry` shim used by the
end-to-end `runGate` tests: it archived its staged tarball with
`tar -czf ... -C stage .`, which GNU tar (the CI runner) writes as
`./package/...` members that the production extraction call — an
exact member-path match — does not find, unlike bsdtar (macOS).
Archiving the staged entries by name instead of `.` fixes it on both.1 parent 241bcef commit 3687448
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
770 | 770 | | |
771 | 771 | | |
772 | 772 | | |
773 | | - | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
774 | 778 | | |
775 | 779 | | |
776 | 780 | | |
| |||
0 commit comments