mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-19 23:14:48 +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{
|
Labels: map[string]string{
|
||||||
"platform": c.String("platform"),
|
"platform": c.String("platform"),
|
||||||
},
|
},
|
||||||
Expr: c.String("drone-filter"),
|
Expr: c.String("filter"),
|
||||||
}
|
}
|
||||||
|
|
||||||
hostname := c.String("hostname")
|
hostname := c.String("hostname")
|
||||||
|
Reference in New Issue
Block a user