change pipeline handling
This commit is contained in:
@@ -36,7 +36,6 @@ func (p *pipeline) Run(ctx context.Context) <-chan Status {
|
|||||||
return statusCh
|
return statusCh
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
func (p *pipeline) Inject() {
|
func (p *pipeline) Inject() {
|
||||||
select {
|
select {
|
||||||
case p.injectCh <- struct{}{}:
|
case p.injectCh <- struct{}{}:
|
||||||
|
|||||||
Reference in New Issue
Block a user