mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:40:44 +00:00
test: harden qa private runtime staging
This commit is contained in:
@@ -718,7 +718,7 @@ const withRunNodeBuildLock = async (deps, callback) => {
|
||||
|
||||
const syncRuntimeArtifacts = async (deps) => {
|
||||
try {
|
||||
await deps.runRuntimePostBuild({ cwd: deps.cwd });
|
||||
await deps.runRuntimePostBuild({ cwd: deps.cwd, env: deps.env });
|
||||
} catch (error) {
|
||||
logRunner(
|
||||
`Failed to write runtime build artifacts: ${error?.message ?? "unknown error"}`,
|
||||
|
||||
Reference in New Issue
Block a user