Skip to content

Commit

Permalink
refactor: pipeline 不输出日志
Browse files Browse the repository at this point in the history
  • Loading branch information
huangqing.zhu committed Sep 13, 2024
1 parent 62626ac commit 6815ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd_pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func (pipelineCommand) String() string { return "PIPELINE" }
func (pipelineCommand) Class() string { return "Pipeline" }
func (pipelineCommand) RequireVersion() string { return "0.0.0" }
func (pipelineCommand) Forbid() bool { return false }
func (pipelineCommand) WarnVersion() string { return "0.0.0" }
func (pipelineCommand) WarnVersion() string { return "" }
func (pipelineCommand) Warning() string { return "" }
func (pipelineCommand) WarningOnce() bool { return false }
func (pipelineCommand) Instead() string { return "" }
Expand Down

0 comments on commit 6815ed1

Please sign in to comment.