Skip to content

Commit

Permalink
Merge pull request #3013 from mlibrary/3900_license_delete_rake
Browse files Browse the repository at this point in the history
Rake task to cleanup :none licenses
  • Loading branch information
sethaj committed May 26, 2021
2 parents 8f00586 + 4e46e87 commit 5000cf3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/tasks/cleanup/license_delete.rake
@@ -0,0 +1,9 @@
# frozen_string_literal: true

desc 'Cleanup :none licenses'
namespace :heliotrope do
task license_delete: :environment do
LicenseDeleteJob.perform_later
p "LicenseDeleteJob.perform_later"
end
end

0 comments on commit 5000cf3

Please sign in to comment.