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

This commit is contained in:
Frostebite
2025-09-04 23:33:11 +01:00
parent 5d0450de7b
commit 1e57879d8d

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`;
}
}