hydra-module: don't bzip2 runcommand-logs

This commit is contained in:
Cole Helbling 2022-01-31 11:43:25 -08:00
parent 8c67e32480
commit 9c4e6f78e7

View file

@ -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";
};