mirror of
https://github.com/status-im/status-react.git
synced 2025-02-22 15:48:50 +00:00
disable waiting for iOS build processing on upload
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
db74e0431c
commit
08247391ad
@ -212,7 +212,8 @@ platform :ios do
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
upload_to_testflight(
|
upload_to_testflight(
|
||||||
ipa: 'status_appstore/StatusIm.ipa'
|
ipa: 'status_appstore/StatusIm.ipa',
|
||||||
|
skip_waiting_for_build_processing: true
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user