Skip to content

Commit

Permalink
Taking the download task out of the automatic After task list so that…
Browse files Browse the repository at this point in the history
… we can run it separately.
  • Loading branch information
elzj committed Jun 3, 2012
1 parent 1bac70e commit d2a63a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/after_tasks.rake
Original file line number Diff line number Diff line change
Expand Up @@ -409,4 +409,4 @@ desc "Run all current migrate tasks"
#task :After => ['After:set_complete_status', 'After:invite_external_authors']
# task :After => ['After:convert_tag_sets', 'autocomplete:reload_tagset_data', 'skins:disable_all', 'skins:unapprove_all', 'skins:load_site_skins', 'After:convert_existing_skins',
# 'skins:load_user_skins', 'After:remove_old_epubs']
task :After => ['After:update_download_directories', 'After:cleanup_orphaned_subscriptions']
task :After => ['After:cleanup_orphaned_subscriptions']

0 comments on commit d2a63a6

Please sign in to comment.