mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-27 15:07:45 +00:00
chore: increase build iOS timeout (#25593)
This commit is contained in:
parent
97df9fd53f
commit
1319ad373f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/build-mobile.yml
vendored
2
.github/workflows/build-mobile.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue