Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .circleci/src/commands/@mobile-commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ mobile-prepare-ios:
name: install pods
command: |
cd packages/mobile/ios
bundle exec pod install
RCT_NEW_ARCH_ENABLED=0 bundle exec pod install
- save_cache:
key: pods-{{ checksum "packages/mobile/ios/Podfile.lock" }}
paths:
Expand Down Expand Up @@ -118,6 +118,7 @@ mobile-release-ios:
steps:
- run:
name: fastlane build and upload
no_output_timeout: 60m
command: cd packages/mobile/ios && bundle exec fastlane build_and_upload bundle_id:<<parameters.bundle-id>>
- run:
name: slack announce
Expand Down
Loading