fastlane-plugin-firebase_app_distribution 0.7.0.pre.1 → 0.7.0.pre.2
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b34d6851b746d0df4a985fed4cbd775767b1278bb236c67cf5753c85e7168950
|
4
|
+
data.tar.gz: 0f8ef74f5659bb7a0057e6c3e4c2a015c7aef49eca8f541ef09ee9a11fb3c4d6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11be0d646292c1ee160b1d704c5af1f051dfb1e90f9f6761d5347b03c92ed6ca8bcaf4249cd518aea979efa496f38eae2fc8d923a5c679ba84b979fa8bd3e5d2
|
7
|
+
data.tar.gz: 1f9093a5593ed7c862cd96391549800f20bcb50e5c257065210ecba3c210df1a43d4fbc8d2c79565ecf83c347baff767d7eff35a556340d962c2a8e7aa04c348
|
data/lib/fastlane/plugin/firebase_app_distribution/actions/firebase_app_distribution_action.rb
CHANGED
@@ -232,6 +232,11 @@ module Fastlane
|
|
232
232
|
end
|
233
233
|
end
|
234
234
|
end
|
235
|
+
|
236
|
+
unless operation.done && operation.response && operation.response['release']
|
237
|
+
UI.crash!("It took longer than expected to process your #{binary_type}, please try again.")
|
238
|
+
end
|
239
|
+
|
235
240
|
extract_release(operation)
|
236
241
|
end
|
237
242
|
|