mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
add missing filter expr content.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
7c1b1c6d95
commit
8ad98fa42b
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ func (s *DroneServer) Next(c oldcontext.Context, req *proto.NextRequest) (*proto
|
||||||
}
|
}
|
||||||
filter := rpc.Filter{
|
filter := rpc.Filter{
|
||||||
Labels: req.GetFilter().GetLabels(),
|
Labels: req.GetFilter().GetLabels(),
|
||||||
|
Expr: req.GetFilter().GetExpr(),
|
||||||
}
|
}
|
||||||
|
|
||||||
res := new(proto.NextReply)
|
res := new(proto.NextReply)
|
||||||
|
|
Loading…
Reference in a new issue