mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 07:46:34 +00:00
fix wrong filter variable.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ func loop(c *cli.Context) error {
|
||||
Labels: map[string]string{
|
||||
"platform": c.String("platform"),
|
||||
},
|
||||
Expr: c.String("drone-filter"),
|
||||
Expr: c.String("filter"),
|
||||
}
|
||||
|
||||
hostname := c.String("hostname")
|
||||
|
Reference in New Issue
Block a user