attempt to fix base timeout error on fastlane for release build (#9037)
This commit is contained in:
parent
85d6915bad
commit
d00407c330
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ AWS_REGION=us-east-1
|
|||
BUILD_FOR_RELEASE=true
|
||||
COLLECT_NETWORK_METRICS=false
|
||||
EXTENSION_APP_IDENTIFIER=com.mattermost.rn.MattermostShare
|
||||
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT=120
|
||||
FASTLANE_XCODEBUILD_SETTINGS_RETRIES=6
|
||||
IOS_APP_GROUP=group.com.mattermost
|
||||
IOS_BUILD_EXPORT_METHOD=app-store
|
||||
IOS_ICLOUD_CONTAINER=iCloud.com.mattermost.rn
|
||||
|
|
|
|||
Loading…
Reference in a new issue