pr feedback
parent
7c890904ed
commit
4f18c9c56e
|
|
@ -7485,7 +7485,10 @@ echo "CACHE_KEY=$CACHE_KEY"`;
|
|||
chmod -R +x "/entrypoint.sh"
|
||||
chmod -R +x "/steps"
|
||||
{ echo "game ci start"; echo "game ci start" >> /home/job-log.txt; echo "CACHE_KEY=$CACHE_KEY"; echo "$CACHE_KEY"; if [ -n "$LOCKED_WORKSPACE" ]; then echo "Retained Workspace: true"; fi; if [ -n "$LOCKED_WORKSPACE" ] && [ -d "$GITHUB_WORKSPACE/.git" ]; then echo "Retained Workspace Already Exists!"; fi; /entrypoint.sh; } | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt
|
||||
node ${builderPath} -m remote-cli-post-build`;
|
||||
# Run post-build and ensure output is captured in logs
|
||||
node ${builderPath} -m remote-cli-post-build | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt || true
|
||||
echo "end of cloud runner job"
|
||||
echo "---${cloud_runner_1.default.buildParameters.logId}"`;
|
||||
}
|
||||
// prettier-ignore
|
||||
return `
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -195,7 +195,10 @@ echo "CACHE_KEY=$CACHE_KEY"`;
|
|||
chmod -R +x "/entrypoint.sh"
|
||||
chmod -R +x "/steps"
|
||||
{ echo "game ci start"; echo "game ci start" >> /home/job-log.txt; echo "CACHE_KEY=$CACHE_KEY"; echo "$CACHE_KEY"; if [ -n "$LOCKED_WORKSPACE" ]; then echo "Retained Workspace: true"; fi; if [ -n "$LOCKED_WORKSPACE" ] && [ -d "$GITHUB_WORKSPACE/.git" ]; then echo "Retained Workspace Already Exists!"; fi; /entrypoint.sh; } | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt
|
||||
node ${builderPath} -m remote-cli-post-build`;
|
||||
# Run post-build and ensure output is captured in logs
|
||||
node ${builderPath} -m remote-cli-post-build | node ${builderPath} -m remote-cli-log-stream --logFile /home/job-log.txt || true
|
||||
echo "end of cloud runner job"
|
||||
echo "---${CloudRunner.buildParameters.logId}"`;
|
||||
}
|
||||
|
||||
// prettier-ignore
|
||||
|
|
|
|||
Loading…
Reference in New Issue