#169: cleaning of outdated product_build_lists enabled
This commit is contained in:
parent
08966ab738
commit
62f0fb4bab
|
@ -7,10 +7,9 @@
|
||||||
# runner "Download.parse_and_remove_nginx_log"
|
# runner "Download.parse_and_remove_nginx_log"
|
||||||
#end
|
#end
|
||||||
|
|
||||||
# TODO: Uncomment when all needed product build lists will be updated.
|
every :day, :at => '4:10 am' do
|
||||||
# every :day, :at => '4:10 am' do
|
rake "product_build_list:clear:outdated", :output => 'log/product_build_list_clear.log'
|
||||||
# rake "product_build_list:clear:outdated", :output => 'log/product_build_list_clear.log'
|
end
|
||||||
# end
|
|
||||||
|
|
||||||
every :day, :at => '4:00 am' do
|
every :day, :at => '4:00 am' do
|
||||||
rake "import:sync:all", :output => 'log/sync.log'
|
rake "import:sync:all", :output => 'log/sync.log'
|
||||||
|
|
Loading…
Reference in New Issue