瀏覽代碼

fix(ios) avoid rejecting builds in progress in TestFlight

factor2
Saúl Ibarra Corretgé 2 年之前
父節點
當前提交
c33baf4c96
共有 1 個檔案被更改,包括 0 行新增1 行删除
  1. 0
    1
      ios/fastlane/Fastfile

+ 0
- 1
ios/fastlane/Fastfile 查看文件

@@ -98,7 +98,6 @@ platform :ios do
98 98
       demo_account_required: false,
99 99
       distribute_external: true,
100 100
       groups: ENV["JITSI_BETA_TESTING_GROUPS"],
101
-      reject_build_waiting_for_review: true,
102 101
       uses_non_exempt_encryption: false
103 102
     )
104 103
 

Loading…
取消
儲存