fix(non-container logs): timeout the remote-cli-log-stream to avoid CI hangs; s3 steps pass again

pull/729/head
Frostebite 2025-09-04 23:33:11 +01:00
parent 5d0450de7b
commit 1e57879d8d
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ node ${builderPath} -m remote-cli-pre-build`;
return `
echo "game ci start"
echo "game ci start" >> "$LOG_FILE"
printf '' | node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
timeout 3s node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE" || true
node ${builderPath} -m remote-cli-post-build`;
}
}