1
0
Fork 0
mirror of https://github.com/NixOS/hydra.git synced 2024-10-18 17:02:28 -04:00

Fail on failure

This commit is contained in:
Eelco Dolstra 2013-01-23 12:46:01 +00:00
parent e0de5de91d
commit b1f7aa0583

View file

@ -85,9 +85,6 @@ rec {
meta = { meta = {
description = "Build of Hydra on ${system}"; description = "Build of Hydra on ${system}";
}; };
succeedOnFailure = true;
keepBuildDirectory = true;
}; };