Only clear containers weekly
This will be more helpful now, as repeat CI jobs won't need to re-download containers as often
This commit is contained in:
parent
af9c66785e
commit
4c1ccfc4e4
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
- name: Clean up docker containers
|
||||
cron:
|
||||
name: clean up docker containers
|
||||
special_time: daily
|
||||
special_time: weekly
|
||||
job: docker system prune -af --volumes
|
||||
|
||||
- name: Install util scripts
|
||||
|
|
Loading…
Reference in a new issue