fixup! RunCommand: Add a WIP execution of dynamic commands

This commit is contained in:
Graham Christensen 2022-01-24 15:55:18 -05:00
parent 2635607b6e
commit bc1630bd27

View file

@ -126,8 +126,8 @@ sub fanoutToCommands {
next unless eventMatches($conf, $event); next unless eventMatches($conf, $event);
next unless configSectionMatches( next unless configSectionMatches(
$matcher, $matcher,
$build->get_column('project'), $build->jobset->get_column('project'),
$build->get_column('jobset'), $build->jobset->get_column('name'),
$build->get_column('job') $build->get_column('job')
); );