Skip to content

Commit

Permalink
skip_waiting_for_build_processing
Browse files Browse the repository at this point in the history
  • Loading branch information
ngs committed May 14, 2020
1 parent eb5d5c3 commit 454e3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,9 @@ platform :ios do
desc 'Publish app to App Store'
lane :release_upload do
pilot(
skip_waiting_for_build_processing: true,
distribute_external: true,
notify_external_testers: true,
changelog: `git log -1 --pretty=%B`,
skip_waiting_for_build_processing: true,
testers_file_path: './fastlane/testers.csv',
ipa: './build/release/CI2Go.ipa'
)
Expand Down Expand Up @@ -264,6 +263,7 @@ 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 454e3e5

Please sign in to comment.