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: $?";
|
or die "cannot evaluate the Nix expression containing the jobs: $?";
|
||||||
|
|
||||||
my $jobs = XMLin($jobsXml,
|
my $jobs = XMLin($jobsXml,
|
||||||
ForceArray => [qw(value)],
|
ForceArray => ['value', 'attr'],
|
||||||
KeyAttr => ['name'],
|
KeyAttr => ['name'],
|
||||||
SuppressEmpty => '',
|
SuppressEmpty => '',
|
||||||
ValueAttr => [value => 'value'])
|
ValueAttr => [value => 'value'])
|
||||||
|
|
Loading…
Reference in a new issue