PR feedback
parent
bea818fb9c
commit
2c3cb006c0
|
|
@ -49,7 +49,9 @@ export class CustomWorkflow {
|
|||
|
||||
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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue