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:
Jake Howard 2020-09-05 17:01:54 +01:00
parent af9c66785e
commit 4c1ccfc4e4
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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