providing valid args is a good thing, no 'd' needed

This commit is contained in:
Tim Flink 2019-01-03 23:54:00 +00:00
parent 2dc46e41e8
commit 2e8edcaf07
2 changed files with 3 additions and 3 deletions

View file

@ -61,7 +61,7 @@ public_artifacts_dir: /srv/taskotron/artifacts
cgit_root_title: "Taskotron Git Mirror" cgit_root_title: "Taskotron Git Mirror"
# increase the max life of artifacts # increase the max life of artifacts
artifacts_max_life: '180d' artifacts_max_life: '180'
############################################################ ############################################################
# buildbot details # buildbot details

View file

@ -1,3 +1,3 @@
--- ---
artifacts_max_life: '120d' artifacts_max_life: '120'
buildmaster_max_life: '120d' buildmaster_max_life: '120'