mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-02-02 22:59:06 +08:00
fix(non-container logs): timeout the remote-cli-log-stream to avoid CI hangs; s3 steps pass again
This commit is contained in:
@@ -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`;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user