PR feedback

cloud-runner-develop
Frostebite 2025-12-05 23:36:23 +00:00
parent bea818fb9c
commit 2c3cb006c0
2 changed files with 7 additions and 5 deletions

View File

@ -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 {