mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
Fix exit flow for k8s job
This commit is contained in:
parent
534c94e159
commit
6c6866f27e
BIN
dist/index.js
generated
vendored
BIN
dist/index.js
generated
vendored
Binary file not shown.
BIN
dist/index.js.map
generated
vendored
BIN
dist/index.js.map
generated
vendored
Binary file not shown.
@ -77,7 +77,7 @@ class KubernetesTaskRunner {
|
||||
// if line contains "LOGS: " then stop
|
||||
if (message.includes(`LOGS:`)) {
|
||||
CloudRunnerLogger.log(`LOGS: found`);
|
||||
break;
|
||||
continue;
|
||||
}
|
||||
({ shouldReadLogs, shouldCleanup, output } = FollowLogStreamService.handleIteration(
|
||||
message,
|
||||
|
Loading…
Reference in New Issue
Block a user