Test runhook sleep
This commit is contained in:
@@ -120,7 +120,7 @@
|
|||||||
runCommandHook = {
|
runCommandHook = {
|
||||||
example = pkgs.writeScript "run-me" ''
|
example = pkgs.writeScript "run-me" ''
|
||||||
#!${pkgs.runtimeShell}
|
#!${pkgs.runtimeShell}
|
||||||
|
sleep 10s
|
||||||
${pkgs.jq}/bin/jq . "$HYDRA_JSON" > ~/test.json
|
${pkgs.jq}/bin/jq . "$HYDRA_JSON" > ~/test.json
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user