Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/state-exec/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func run() error {
logr.Debug(" sock - error: %v", err)

if onCI() { // halt control flow on CI only
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)
}
}

Expand Down