Skip to content

Commit

Permalink
Merge pull request moby#54 from depot/conditional-channel
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwgillespie authored Sep 6, 2023
2 parents 6f56f32 + c077f82 commit c4aacf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control/control.go
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ func (c *Controller) Status(req *controlapi.StatusRequest, stream controlapi.Con
}

// DEPOT: we need to make a copy because ss.Marshal() mutates the SolveStatus
if ss != nil {
if spiffeID != "" && token != "" && ss != nil {
statusCh <- *ss
}

Expand Down

0 comments on commit c4aacf3

Please sign in to comment.