Skip to content

Commit

Permalink
[RB] Add remote label to commands (buildbuddy-io#6887)
Browse files Browse the repository at this point in the history
  • Loading branch information
maggie-lou committed Jun 21, 2024
1 parent 1dda206 commit 4078aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enterprise/server/cmd/ci_runner/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ func (r *buildEventReporter) Start(startTime time.Time) error {
if err != nil {
return err
}
cmd = parsedArgs.cmd
cmd = fmt.Sprintf("remote %s", parsedArgs.cmd)
patterns = parsedArgs.patterns
}
startedEvent := &bespb.BuildEvent{
Expand Down

0 comments on commit 4078aa2

Please sign in to comment.