diff --git a/dist/index.js b/dist/index.js index 1243a73c..049eff33 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 b574e0e2..36b345e6 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/cloud-runner/workflows/build-automation-workflow.ts b/src/model/cloud-runner/workflows/build-automation-workflow.ts index e9969a68..ba6e3b39 100644 --- a/src/model/cloud-runner/workflows/build-automation-workflow.ts +++ b/src/model/cloud-runner/workflows/build-automation-workflow.ts @@ -109,7 +109,8 @@ node ${builderPath} -m remote-cli-pre-build`; chmod -R +x "/entrypoint.sh" chmod -R +x "/steps" echo "game ci start" >> /home/job-log.txt - /entrypoint.sh >> /home/job-log.txt + /entrypoint.sh >> /home/build-log.txt + cat /home/build-log.txt >> /home/job-log.txt node ${builderPath} -m remote-cli-post-build`; } }