taskotron-trigger: fix abicheck blacklist
See https://pagure.io/taskotron/taskotron-trigger/issue/47
This commit is contained in:
parent
0b2120ba84
commit
336ff4d0f5
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@
|
|||
- when:
|
||||
message_type: KojiBuildPackageCompleted
|
||||
name:
|
||||
$nin:
|
||||
- "{{ trigger_abicheck_blacklist | join(',') }}"
|
||||
$nin: [{{ trigger_abicheck_blacklist | join(',') }}]
|
||||
do:
|
||||
- tasks:
|
||||
- abicheck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue