log file path

This commit is contained in:
Frostebite 2023-05-15 20:14:41 +01:00
parent ce6c1ca572
commit aec5ebdef9
3 changed files with 4 additions and 2 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -108,8 +108,10 @@ node ${builderPath} -m remote-cli-pre-build`;
cp -r "${CloudRunnerFolders.ToLinuxFolder(path.join(ubuntuPlatformsFolder, 'steps'))}" "/steps"
chmod -R +x "/entrypoint.sh"
chmod -R +x "/steps"
echo "game ci start" | tee /home/job-log.txt
/entrypoint.sh | tee /home/job-log.txt
echo "game ci start"
echo "game ci start" >> /home/job-log.txt
/entrypoint.sh | tee /home/build-log.txt
cat /home/build-log.txt >> /home/job-log.txt
node ${builderPath} -m remote-cli-post-build`;
}
}