providing valid args is a good thing, no 'd' needed
This commit is contained in:
parent
2dc46e41e8
commit
2e8edcaf07
2 changed files with 3 additions and 3 deletions
|
@ -61,7 +61,7 @@ public_artifacts_dir: /srv/taskotron/artifacts
|
|||
cgit_root_title: "Taskotron Git Mirror"
|
||||
|
||||
# increase the max life of artifacts
|
||||
artifacts_max_life: '180d'
|
||||
artifacts_max_life: '180'
|
||||
|
||||
############################################################
|
||||
# buildbot details
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
artifacts_max_life: '120d'
|
||||
buildmaster_max_life: '120d'
|
||||
artifacts_max_life: '120'
|
||||
buildmaster_max_life: '120'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue