mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
hashed logs
This commit is contained in:
parent
4225feb1b3
commit
174bda8060
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.
@ -41,11 +41,7 @@ export class RemoteClientLogger {
|
||||
CloudRunnerLogger.log(`Collected Logs`);
|
||||
let hashedLogs = fs.readFileSync(RemoteClientLogger.LogFilePath).toString();
|
||||
|
||||
// create hashed version of logs using md5sum
|
||||
const startPath = process.cwd();
|
||||
process.chdir('/home');
|
||||
hashedLogs = await await CloudRunnerSystem.Run(`md5sum ${RemoteClientLogger.LogFilePath}`);
|
||||
process.chdir(startPath);
|
||||
|
||||
CloudRunnerLogger.log(`LOGHASH: ${hashedLogs}`);
|
||||
const logs = fs.readFileSync(RemoteClientLogger.LogFilePath).toString();
|
||||
|
Loading…
Reference in New Issue
Block a user