Skip to content
Snippets Groups Projects

Verify CRC1280 import task

Merged Anusha Ranganathan requested to merge feature/399_verify_import_task into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
require 'json'
namespace :rdms do
namespace :crc1280_import do
namespace :crc_1280_import do
desc 'Verify CRC1280 import or verify CRC1280 import of an experiment. This will compare the files in the file path with the objects in the S3 bucket"]'
task :"verify_import", [:import_id] => :environment do |task, args|
puts "Verifying import #{args.import_id}"
@@ -17,4 +17,4 @@ namespace :rdms do
puts "Detailed reports is available at: #{report_path}"
end
end
end
\ No newline at end of file
end
Loading