How to distritbute to internal and external group with pilot #20796
Unanswered
engelkes-finstreet
asked this question in
Q&A
Replies: 1 comment
-
@engelkes-finstreet is your fastlane/pilot/lib/pilot/build_manager.rb Lines 102 to 110 in ec78d7d |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey,
I really cannot figure out how to distribute my application to an internal and external group with pilot.
For reference I have one internal group with the name
company-intern
and one group with the namecompany-extern
which are internal and external groups respectively.My understanding of the docs is that I can add an array to the
groups
parameter and add all the groups I want to distribute the app to. Here my code with the pilot passage:With this the app is only distributed to the
company-intern
group. Can somebody help me how to distribute the app to both groups?Beta Was this translation helpful? Give feedback.
All reactions