Skip to content

Commit

Permalink
Merge pull request #1984 from Expensify/andrew-ios-review
Browse files Browse the repository at this point in the history
Remove flag that is causing iOS to fail to upload
  • Loading branch information
roryabraham authored Mar 22, 2021
2 parents db7a63d + f14370f commit ace7615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,9 @@ platform :ios do
upload_to_testflight(
api_key_path: "./ios/ios-fastlane-json-key.json",
distribute_external: true,
reject_build_waiting_for_review: true,
# 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,
changelog: "Thank you for beta testing Expensify.cash, this version includes bug fixes and improvements.",
groups: ["Beta"],
demo_account_required: true,
Expand Down

0 comments on commit ace7615

Please sign in to comment.