mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore: increase build iOS timeout (#25593)
This commit is contained in:
@@ -269,6 +269,8 @@ jobs:
|
|||||||
ENVIRONMENT: ${{ inputs.environment || 'development' }}
|
ENVIRONMENT: ${{ inputs.environment || 'development' }}
|
||||||
BUNDLE_ID_SUFFIX: ${{ inputs.environment == 'production' && '' || 'development' }}
|
BUNDLE_ID_SUFFIX: ${{ inputs.environment == 'production' && '' || 'development' }}
|
||||||
GITHUB_REF: ${{ github.ref }}
|
GITHUB_REF: ${{ github.ref }}
|
||||||
|
FASTLANE_XCODEBUILD_SETTINGS_TIMEOUT: 120
|
||||||
|
FASTLANE_XCODEBUILD_SETTINGS_RETRIES: 6
|
||||||
working-directory: ./mobile/ios
|
working-directory: ./mobile/ios
|
||||||
run: |
|
run: |
|
||||||
# Only upload to TestFlight on main branch
|
# Only upload to TestFlight on main branch
|
||||||
|
|||||||
Reference in New Issue
Block a user