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 33615bb + 071646b commit 3c95cd0Copy full SHA for 3c95cd0
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