Update crawler_import.rake

parent 8d1b59bc
Pipeline #735 failed with stages
in 0 seconds
...@@ -24,6 +24,6 @@ namespace :import do ...@@ -24,6 +24,6 @@ namespace :import do
crontab.find_job crontab.find_job
action.get_file_csv action.get_file_csv
action.extract_zip('./jobs.zip', 'lib/csv') action.extract_zip('./jobs.zip', 'lib/csv')
action.import_file_csv('lib/csv') action.import_file_csv('lib/csv/jobs.csv')
end end
end end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment