fix wrong filter variable.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
parent
578e8847cf
commit
7c1b1c6d95
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue