May need deployment key, possibly
This commit is contained in:
@@ -113,12 +113,12 @@
|
|||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
hydraJobs = checks // {
|
hydraJobs = checks // lib.optionalAttrs
|
||||||
|
(system == "x86_64-linux" ) {
|
||||||
runCommandHook = {
|
runCommandHook = {
|
||||||
newalan = pkgs.writeScript "run-me" ''
|
newalan = pkgs.writeScript "run-me" ''
|
||||||
#!${pkgs.runtimeShell}
|
#!${pkgs.runtimeShell}
|
||||||
|
ls
|
||||||
${pkgs.jq}/bin/jq . "$HYDRA_JSON"
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user