disable waiting for iOS build processing on upload

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-01-20 21:35:29 +01:00
parent db74e0431c
commit 08247391ad
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@ platform :ios do
}
)
upload_to_testflight(
ipa: 'status_appstore/StatusIm.ipa'
ipa: 'status_appstore/StatusIm.ipa',
skip_waiting_for_build_processing: true
)
end