Skip to content

Instantly share code, notes, and snippets.

@elenipapanik
Created September 10, 2020 10:23
Show Gist options
  • Save elenipapanik/6747b6c443302d17514f4c86dfe1f06a to your computer and use it in GitHub Desktop.
Save elenipapanik/6747b6c443302d17514f4c86dfe1f06a to your computer and use it in GitHub Desktop.
lane :upload_to_testflight do |options|
bundle_id = options[:bundle_id]
pilot(
ipa: "./build/WorkableApp.ipa",
skip_submission: true,
skip_waiting_for_build_processing: true,
app_identifier: bundle_id
)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment