mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-18 14:06:50 -07:00
PR feedback
This commit is contained in:
@@ -49,7 +49,9 @@ export class CustomWorkflow {
|
|||||||
|
|
||||||
if (allowFailure) {
|
if (allowFailure) {
|
||||||
CloudRunnerLogger.logWarning(
|
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
|
// Continue to next step
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user