mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 21:07:01 -06:00
fix(release): preserve beta validation evidence (#103796)
* fix(release): proxy upgrade fixtures to npm (cherry picked from commit30f54a5fe1) * fix(release): require installer doctor evidence (cherry picked from commit0782a94452) * test(qa): scope aborted restart outcome to Codex (cherry picked from commitac54f80430) --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
This commit is contained in:
@@ -425,7 +425,8 @@ fs.writeFileSync(
|
||||
);
|
||||
NODE
|
||||
tar -czf "$tarball" -C "$fixture_root" package
|
||||
node scripts/e2e/lib/plugins/npm-registry-server.mjs \
|
||||
OPENCLAW_NPM_REGISTRY_UPSTREAM=https://registry.npmjs.org \
|
||||
node scripts/e2e/lib/plugins/npm-registry-server.mjs \
|
||||
"$port_file" \
|
||||
"@openclaw/brave-plugin" \
|
||||
"2026.5.2" \
|
||||
|
||||
@@ -314,7 +314,8 @@ fs.writeFileSync(
|
||||
);
|
||||
NODE
|
||||
tar -czf "$tarball" -C "$fixture_root" package
|
||||
node scripts/e2e/lib/plugins/npm-registry-server.mjs \
|
||||
OPENCLAW_NPM_REGISTRY_UPSTREAM=https://registry.npmjs.org \
|
||||
node scripts/e2e/lib/plugins/npm-registry-server.mjs \
|
||||
"$port_file" \
|
||||
"@openclaw/brave-plugin" \
|
||||
"2026.5.2" \
|
||||
|
||||
Reference in New Issue
Block a user