Remove custom cron job

refs #395
This commit is contained in:
Râu Cao 2022-08-08 12:56:58 +02:00
parent 4adccb7411
commit 37b948cbe5
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 0 additions and 7 deletions

View File

@ -126,10 +126,3 @@ firewall_rule 'gitea' do
protocol :tcp
command :allow
end
# Hack-fix until we can disable auto-generation of archives
# TODO https://gitea.kosmos.org/kosmos/chef/issues/395
cron 'delete auto-generated repo file archives' do
minute '*/15'
command 'rm -rf /var/lib/gitea/data/repo-archive/* >/dev/null 2>&1'
end