mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-13 09:23:52 -07:00
PR feedback
This commit is contained in:
@@ -46,10 +46,12 @@ export class CustomWorkflow {
|
||||
} catch (error: any) {
|
||||
const allowFailure = step.allowFailure === true;
|
||||
const stepName = step.name || step.image || 'unknown';
|
||||
|
||||
|
||||
if (allowFailure) {
|
||||
CloudRunnerLogger.logWarning(
|
||||
`Hook container "${stepName}" failed but allowFailure is true. Continuing build. Error: ${error?.message || error}`,
|
||||
`Hook container "${stepName}" failed but allowFailure is true. Continuing build. Error: ${
|
||||
error?.message || error
|
||||
}`,
|
||||
);
|
||||
// Continue to next step
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user