diff --git a/dist/index.js b/dist/index.js index 07bc4193..c68c22ab 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index 2c2d23f0..232cee27 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/providers/k8s/kubernetes-task-runner.ts b/src/model/cloud-runner/providers/k8s/kubernetes-task-runner.ts index b777c4d2..900ca4b1 100644 --- a/src/model/cloud-runner/providers/k8s/kubernetes-task-runner.ts +++ b/src/model/cloud-runner/providers/k8s/kubernetes-task-runner.ts @@ -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,