Method: Shards::Workflow::Base#check_fingerprints

Defined in:
lib/shards/workflow/base.rb

#check_fingerprintsObject



279
280
281
282
283
284
# File 'lib/shards/workflow/base.rb', line 279

def check_fingerprints
  resp=stage.check_remote_process remote_check: :fingerprints
  errors=filter_errors resp
  raise_wrong_text errors if errors.count>0
  output_message step['message']
end