mirror of
https://github.com/game-ci/unity-builder.git
synced 2025-07-07 20:35:33 -04:00
stream logs through standard input and new remote client cli command
This commit is contained in:
parent
8a501a6c9f
commit
a485fb0315
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.
@ -110,7 +110,7 @@ node ${builderPath} -m remote-cli-pre-build`;
|
|||||||
chmod -R +x "/steps"
|
chmod -R +x "/steps"
|
||||||
echo "game ci start"
|
echo "game ci start"
|
||||||
echo "game ci start" >> /home/job-log.txt
|
echo "game ci start" >> /home/job-log.txt
|
||||||
/entrypoint.sh | node ${builderPath} -m remote-cli-log-stream /home/build-log.txt
|
/entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/build-log.txt
|
||||||
cat /home/build-log.txt >> /home/job-log.txt
|
cat /home/build-log.txt >> /home/job-log.txt
|
||||||
node ${builderPath} -m remote-cli-post-build`;
|
node ${builderPath} -m remote-cli-post-build`;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user