build-filter: ensure attrs are a list, not an object... oy!

This commit is contained in:
Graham Christensen 2017-11-09 07:32:19 -05:00
parent 1a536ce296
commit f83854dbfe
No known key found for this signature in database
GPG key ID: ACA1C1D120C83D5C

View file

@ -103,7 +103,7 @@ function runner($msg) {
'head_sha' => $pr_deets['head']['sha'],
],
'build_default' => false,
'attrs' => $tokens,
'attrs' => array_values($tokens),
];
}