fastlane/lib/fastlane/actions/deploygate.rb in fastlane-2.24.0.beta.20170327010009 vs fastlane/lib/fastlane/actions/deploygate.rb in fastlane-2.24.0.beta.20170328010037
- old
+ new
@@ -30,10 +30,9 @@
file: Faraday::UploadIO.new(binary, 'application/octet-stream'),
message: options[:message] || ''
})
connection.post("/api/users/#{user_name}/apps", options)
-
rescue Faraday::Error::TimeoutError
UI.crash! "Timed out while uploading build. Check https://deploygate.com/ to see if the upload was completed."
end
def self.run(options)