Skip to content

Commit

Permalink
Update runner.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
snatchev committed May 23, 2022
1 parent b928bfa commit 4a8d13b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions deliver/lib/deliver/runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,6 @@ def upload_binary
UI.user_error!("no suitable file found for upload for platform: #{options[:platform]}")
end

transporter = transporter_for_selected_team
result = transporter.upload(package_path: package_path, asset_path: upload_ipa || upload_pkg)

unless result
transporter_errors = transporter.displayable_errors
UI.user_error!("Error uploading ipa file: \n #{transporter_errors}")
Expand Down

0 comments on commit 4a8d13b

Please sign in to comment.