We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d8c811 + 415c7a3 commit 071646bCopy full SHA for 071646b
cmd/state-exec/main.go
@@ -88,7 +88,7 @@ func run() error {
88
logr.Debug(" sock - error: %v", err)
89
90
if onCI() { // halt control flow on CI only
91
- return fmt.Errorf("cannot send message to service: %w", err)
+ return fmt.Errorf("cannot send message to service (this error is handled in CI only): %w", err)
92
}
93
94
0 commit comments