We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75fac4b commit e3b6268Copy full SHA for e3b6268
fastlane/Fastfile
@@ -108,8 +108,6 @@ platform :ios do
108
desc 'Publish app to App Store'
109
lane :release_upload do
110
pilot(
111
- distribute_external: true,
112
- notify_external_testers: true,
113
skip_waiting_for_build_processing: true,
114
testers_file_path: './fastlane/testers.csv',
115
ipa: './build/release/CI2Go.ipa'
@@ -263,7 +261,6 @@ platform :mac do
263
261
screenshots_path: './fastlane/screenshots~mac',
264
262
skip_binary_upload: false,
265
skip_metadata: true,
266
- skip_waiting_for_build_processing: true,
267
skip_screenshots: true
268
)
269
end
0 commit comments