Skip to content

Commit

Permalink
Merge pull request #1995 from Expensify/andrew-skip-distributing
Browse files Browse the repository at this point in the history
Due to Fastlane error, skip beta rollout temporarily
  • Loading branch information
roryabraham authored Mar 22, 2021
2 parents c86cc4d + 1f1bb7c commit f8b5b64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,12 @@ platform :ios do

upload_to_testflight(
api_key_path: "./ios/ios-fastlane-json-key.json",
distribute_external: true,
# TODO: Remove skip_waiting_for_build_processing when https://github.com/fastlane/fastlane/issues/18408 is resolved
# See: https://github.com/Expensify/Expensify.cash/pull/1984 for more information
skip_waiting_for_build_processing: true,
# TODO: Set distribute_external back to true when https://github.com/fastlane/fastlane/issues/18408 is resolved
# See: https://github.com/Expensify/Expensify.cash/pull/1984 for more information
distribute_external: false,
# TODO: Set reject_build_waiting_for_review back to true when https://github.com/fastlane/fastlane/issues/18408 is resolved
# See: https://github.com/Expensify/Expensify.cash/pull/1984 for more information
reject_build_waiting_for_review: false,
Expand Down

0 comments on commit f8b5b64

Please sign in to comment.