stream logs through standard input and new remote client cli command

This commit is contained in:
Frostebite 2023-06-05 21:14:26 +01:00
parent 88fa5d247c
commit c366060834
3 changed files with 1 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

@ -110,8 +110,7 @@ node ${builderPath} -m remote-cli-pre-build`;
chmod -R +x "/steps"
echo "game ci start"
echo "game ci start" >> /home/job-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
/entrypoint.sh | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt
node ${builderPath} -m remote-cli-post-build`;
}
}