log file path
parent
68f787c7c0
commit
6f6ba10989
|
@ -5706,7 +5706,8 @@ node ${builderPath} -m remote-cli-pre-build`;
|
||||||
chmod -R +x "/entrypoint.sh"
|
chmod -R +x "/entrypoint.sh"
|
||||||
chmod -R +x "/steps"
|
chmod -R +x "/steps"
|
||||||
echo "game ci start" >> /home/job-log.txt
|
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`;
|
node ${builderPath} -m remote-cli-post-build`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -109,7 +109,8 @@ node ${builderPath} -m remote-cli-pre-build`;
|
||||||
chmod -R +x "/entrypoint.sh"
|
chmod -R +x "/entrypoint.sh"
|
||||||
chmod -R +x "/steps"
|
chmod -R +x "/steps"
|
||||||
echo "game ci start" >> /home/job-log.txt
|
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`;
|
node ${builderPath} -m remote-cli-post-build`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue