Skip to content

Commit e3b6268

Browse files
committed
Set distribute_external to false
1 parent 75fac4b commit e3b6268

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,6 @@ platform :ios do
108108
desc 'Publish app to App Store'
109109
lane :release_upload do
110110
pilot(
111-
distribute_external: true,
112-
notify_external_testers: true,
113111
skip_waiting_for_build_processing: true,
114112
testers_file_path: './fastlane/testers.csv',
115113
ipa: './build/release/CI2Go.ipa'
@@ -263,7 +261,6 @@ platform :mac do
263261
screenshots_path: './fastlane/screenshots~mac',
264262
skip_binary_upload: false,
265263
skip_metadata: true,
266-
skip_waiting_for_build_processing: true,
267264
skip_screenshots: true
268265
)
269266
end

0 commit comments

Comments
 (0)