Skip to content

Commit

Permalink
trying match only for enterprise certs for beta lane.
Browse files Browse the repository at this point in the history
  • Loading branch information
msadoon committed Mar 29, 2023
1 parent 9d50446 commit 62f7b2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .fastlane/Fastfile
Expand Up @@ -58,7 +58,9 @@ platform :ios do
### BETA

lane :beta_match_gym_appcenter_s3 do
match_all
# match_all
setup_circle_ci
match_enterprise
beta_gym
beta_appcenter
beta_s3
Expand Down

0 comments on commit 62f7b2e

Please sign in to comment.