fix(non-container logs): timeout the remote-cli-log-stream to avoid CI hangs; s3 steps pass again
parent
5d0450de7b
commit
1e57879d8d
|
@ -127,7 +127,7 @@ node ${builderPath} -m remote-cli-pre-build`;
|
||||||
return `
|
return `
|
||||||
echo "game ci start"
|
echo "game ci start"
|
||||||
echo "game ci start" >> "$LOG_FILE"
|
echo "game ci start" >> "$LOG_FILE"
|
||||||
printf '' | node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE"
|
timeout 3s node ${builderPath} -m remote-cli-log-stream --logFile "$LOG_FILE" || true
|
||||||
node ${builderPath} -m remote-cli-post-build`;
|
node ${builderPath} -m remote-cli-post-build`;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue