Skip to content

Commit

Permalink
Remove spurious message re: pipeline info (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
lieut-data committed Jan 10, 2023
1 parent b45b46e commit 0e0a0c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,6 @@ func (p *Plugin) pipelineRunCommand(ctx context.Context, namespace, ref, channel
txt += fmt.Sprintf("**Ref**: %s\n", pipelineInfo.Ref)
txt += fmt.Sprintf("**Triggered By**: %s\n", pipelineInfo.User)
txt += fmt.Sprintf("**Visit pipeline [here](%s)** \n\n", pipelineInfo.WebURL)
txt += "*This channel automatically subscribed to pipeline updates*"
return txt
}

Expand Down

0 comments on commit 0e0a0c4

Please sign in to comment.