mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
hashed logging k8s
This commit is contained in:
parent
df456df645
commit
51c1da5a82
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.
@ -37,7 +37,7 @@ class KubernetesTaskRunner {
|
|||||||
output += outputChunk;
|
output += outputChunk;
|
||||||
|
|
||||||
// check if log start included in logs if so log a message
|
// 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`);
|
CloudRunnerLogger.log(`Log Start found in logs`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user