mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-04 12:25:19 -04:00
tests
This commit is contained in:
parent
f52e8cea4f
commit
74b943e9a7
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.
@ -104,7 +104,7 @@ status: {}
|
||||
|
||||
// log service json
|
||||
CloudRunnerLogger.log(`Service: ${JSON.stringify(service.body, undefined, 4)}`);
|
||||
const logs = await CloudRunnerSystem.Run(`kubectl logs http-fileserver -f --timestamps`, false, true);
|
||||
const logs = await CloudRunnerSystem.Run(`kubectl logs deployment/http-fileserver -f --timestamps`, false, true);
|
||||
CloudRunnerLogger.log(`Logs: ${logs}`);
|
||||
|
||||
// get cluster ip
|
||||
|
Loading…
Reference in New Issue
Block a user