Add missing parentheses

While we're no longer using mistral for anything by default this
mistral workflow is missing a parentheses which causes it to fail
execution in the event someone does try to use it.

This was brought to our attention in BZ:1897949

Change-Id: I46dc2be0d528de1945552bd45ef56b3a84ce29af
Signed-off-by: Kevin Carter <kecarter@redhat.com>
This commit is contained in:
Kevin Carter 2020-11-16 07:37:20 -06:00 committed by Kevin Carter
parent 557e56bd1e
commit 212fe2eb87
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ workflows:
build_feature_dict:
on-success: filter_features
publish:
feature_dict: <% dict(DPDK => $.dpdk, SRIOV => $.sriov, HOST => $.dpdk or $.sriov), HCI => $.hci) %>
feature_dict: <% dict(DPDK => $.dpdk, SRIOV => $.sriov, HOST => ($.dpdk or $.sriov), HCI => $.hci) %>
filter_features:
publish: