diff options
Diffstat (limited to 'krebs/3modules')
| -rw-r--r-- | krebs/3modules/ci/default.nix | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/krebs/3modules/ci/default.nix b/krebs/3modules/ci/default.nix index 0f85b27c0..022da5884 100644 --- a/krebs/3modules/ci/default.nix +++ b/krebs/3modules/ci/default.nix @@ -115,6 +115,7 @@ let                              build_name = stage,                              build_script = stages[stage],                            ), +                          timeout = 3600,                            command="${pkgs.writeDash "build.sh" ''                              set -xefu                              profile=${shell.escape profileRoot}/$build_name | 
