Skip to content

Commit 071646b

Browse files
authored
Merge pull request #2337 from ActiveState/green/exec_ci_err.DX-1543
Improve executor svc message error text for CI only
2 parents 3d8c811 + 415c7a3 commit 071646b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/state-exec/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ func run() error {
8888
logr.Debug(" sock - error: %v", err)
8989

9090
if onCI() { // halt control flow on CI only
91-
return fmt.Errorf("cannot send message to service: %w", err)
91+
return fmt.Errorf("cannot send message to service (this error is handled in CI only): %w", err)
9292
}
9393
}
9494

0 commit comments

Comments
 (0)