keep build directory

This commit is contained in:
Rob Vermaas 2011-03-17 09:18:13 +00:00
parent ea4ae11353
commit 5db13c92b2

View file

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