Skip to content

Instantly share code, notes, and snippets.

@deda9
Last active June 16, 2020 15:31
Show Gist options
  • Save deda9/c2217134b85936676ccd29c407c41ffa to your computer and use it in GitHub Desktop.
Save deda9/c2217134b85936676ccd29c407c41ffa to your computer and use it in GitHub Desktop.
Submit iOS TestFlight stage build
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