소스 검색

ios: set Fastlane test groups

master
Saúl Ibarra Corretgé 6 년 전
부모
커밋
0b68bef0be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      ios/fastlane/Fastfile

+ 1
- 0
ios/fastlane/Fastfile 파일 보기

@@ -72,6 +72,7 @@ platform :ios do
72 72
       changelog: ENV["JITSI_CHANGELOG"],
73 73
       demo_account_required: false,
74 74
       distribute_external: true,
75
+      groups: ENV["JITSI_BETA_TESTING_GROUPS"],
75 76
       reject_build_waiting_for_review: true,
76 77
       uses_non_exempt_encryption: false
77 78
     )

Loading…
취소
저장