Skip to content

Commit 0b6ccd7

Browse files
committed
Remove comment
Signed-off-by: Yoshiki Fujikane <[email protected]>
1 parent d5b9bdf commit 0b6ccd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugin/sdk/deployment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ func (s *DeploymentPluginServiceServer[Config, DeployTargetConfig]) ExecuteStage
233233
return nil, status.Errorf(codes.Internal, "the number of deploy targets in the piped plugin config should be the same as the ones set on the deployment")
234234
}
235235

236-
return executeStage(ctx, s.base, &s.config, deployTargets, client, request, s.logger) // TODO: pass the deployTargets
236+
return executeStage(ctx, s.base, &s.config, deployTargets, client, request, s.logger)
237237
}
238238

239239
// StagePluginServiceServer is the gRPC server that handles requests from the piped.

0 commit comments

Comments
 (0)