Skip to content

Commit

Permalink
Remove clean:development:all
Browse files Browse the repository at this point in the history
It looks like it was copied from figgy; there's no dataseeder in
pomegranate so this was failing.
  • Loading branch information
hackartisan committed Sep 14, 2020
1 parent 6e00f03 commit 16d0909
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/tasks/dev.rake
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,5 @@ if Rails.env.development? || Rails.env.test?
puts "Cleaned up test solr server."
end
end

namespace :development do
desc "Delete all development metadata, index, and original/derivative data"
task all: :environment do
seeder = DataSeeder.new
seeder.wipe_metadata!
seeder.wipe_files!
end
end
end
end

0 comments on commit 16d0909

Please sign in to comment.