actually fix double read
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
parent
0e6f919c3d
commit
5647e75b1f
@ -142,10 +142,8 @@ in
|
|||||||
# ${pkgs.jq}/bin/jq . tmp
|
# ${pkgs.jq}/bin/jq . tmp
|
||||||
# '';
|
# '';
|
||||||
jobsets = makeSpec (
|
jobsets = makeSpec (
|
||||||
builtins.listToAttrs (map ({ name, value }: jobOfPR name value) (attrsToList (readJSONFile prs)))
|
builtins.listToAttrs (map ({ name, value }: jobOfPR name value) (attrsToList prs))
|
||||||
// builtins.listToAttrs (
|
// builtins.listToAttrs (mapFilter ({ name, value }: jobOfRef name value) (attrsToList refs))
|
||||||
mapFilter ({ name, value }: jobOfRef name value) (attrsToList (readJSONFile refs))
|
|
||||||
)
|
|
||||||
// {
|
// {
|
||||||
main = makeJob {
|
main = makeJob {
|
||||||
description = "main";
|
description = "main";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user