mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 17:00:50 +00:00
test: skip bootstrap in release validation onboarding
This commit is contained in:
@@ -39,7 +39,11 @@ trap cleanup EXIT
|
||||
|
||||
echo "Installing mounted OpenClaw package into root-owned global npm..."
|
||||
package_tgz="${OPENCLAW_CURRENT_PACKAGE_TGZ:?missing OPENCLAW_CURRENT_PACKAGE_TGZ}"
|
||||
npm install -g "$package_tgz" --no-fund --no-audit >/tmp/openclaw-root-owned-install.log 2>&1
|
||||
if ! npm install -g "$package_tgz" --no-fund --no-audit >/tmp/openclaw-root-owned-install.log 2>&1; then
|
||||
echo "root-owned global npm install failed" >&2
|
||||
cat /tmp/openclaw-root-owned-install.log >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
root="$(package_root)"
|
||||
test -d "$root/dist/extensions/$CHANNEL"
|
||||
|
||||
Reference in New Issue
Block a user