Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fastlane: skip waiting for build processing on testflight upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ottosuess committed Dec 4, 2018
1 parent 0853e28 commit b556840
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ lane :alpha do
)

upload_to_testflight(
username: ENV['ITUNESCONNECT_USER']
username: ENV['ITUNESCONNECT_USER'],
skip_waiting_for_build_processing: true
)

add_git_tag
Expand Down

0 comments on commit b556840

Please sign in to comment.