diff --git a/dist/index.js b/dist/index.js index c53411bf..0900dcf5 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 d098041c..699be342 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 970671a1..8d6b6ab3 100644 --- a/src/model/cloud-runner/providers/k8s/kubernetes-task-runner.ts +++ b/src/model/cloud-runner/providers/k8s/kubernetes-task-runner.ts @@ -37,7 +37,7 @@ class KubernetesTaskRunner { output += outputChunk; // check if log start included in logs if so log a message - if (outputChunk.includes(`log start`)) { + if (outputChunk.includes(`Collected Logs`)) { CloudRunnerLogger.log(`Log Start found in logs`); } };