Skip to content

Commit

Permalink
Set distribute_external to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed May 14, 2020
1 parent 75fac4b commit e3b6268
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ platform :ios do
desc 'Publish app to App Store'
lane :release_upload do
pilot(
distribute_external: true,
notify_external_testers: true,
skip_waiting_for_build_processing: true,
testers_file_path: './fastlane/testers.csv',
ipa: './build/release/CI2Go.ipa'
Expand Down Expand Up @@ -263,7 +261,6 @@ platform :mac do
screenshots_path: './fastlane/screenshots~mac',
skip_binary_upload: false,
skip_metadata: true,
skip_waiting_for_build_processing: true,
skip_screenshots: true
)
end
Expand Down

0 comments on commit e3b6268

Please sign in to comment.