Last active
June 16, 2020 15:31
-
-
Save deda9/c2217134b85936676ccd29c407c41ffa to your computer and use it in GitHub Desktop.
Submit iOS TestFlight stage build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
desc "Submit a new Testing Build pointing to staging to Apple TestFlight" | |
lane :testflight do | |
certificates_appstore | |
gym(scheme: "Bitrise-Example") | |
upload_to_testflight( | |
skip_submission: true, | |
notify_external_testers: false, | |
skip_waiting_for_build_processing: true | |
) | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment