forked from lix-project/hydra
hydra-module: don't bzip2 runcommand-logs
This commit is contained in:
parent
8c67e32480
commit
9c4e6f78e7
|
@ -461,7 +461,6 @@ in
|
|||
script =
|
||||
''
|
||||
find ${baseDir}/build-logs -type f -name "*.drv" -mtime +3 -size +0c | xargs -r bzip2 -v -f
|
||||
find ${baseDir}/runcommand-logs -type f -mtime +3 -size +0c | xargs -r bzip2 -v -f
|
||||
'';
|
||||
startAt = "Sun 01:45";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue