forked from lix-project/hydra
This commit is contained in:
parent
8f42bf303f
commit
15edf10986
|
@ -280,7 +280,7 @@ sub checkJobSet {
|
|||
or die "cannot evaluate the Nix expression containing the jobs: $?";
|
||||
|
||||
my $jobs = XMLin($jobsXml,
|
||||
ForceArray => [qw(value)],
|
||||
ForceArray => ['value', 'attr'],
|
||||
KeyAttr => ['name'],
|
||||
SuppressEmpty => '',
|
||||
ValueAttr => [value => 'value'])
|
||||
|
|
Loading…
Reference in a new issue