Skip to content

Commit

Permalink
Add new exciting thing to testflight
Browse files Browse the repository at this point in the history
  • Loading branch information
BeerPoldet committed Jan 12, 2019
1 parent dffeb7b commit e35c868
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 @@ -57,13 +57,13 @@ platform :ios do
scheme: scheme
)
build_type = 'beta'
commit_and_push(xcodeproj, build_number, build_type)
upload_to_testflight(
changelog: "QA Testing Release: " + changes_message,
groups: ['App Store Connect Users'],
skip_waiting_for_build_processing: false
)
# upload_to_app_store(
commit_and_push(xcodeproj, build_number, build_type)
# upload_to_app_store(
# force: true,
# skip_metadata: true,
# skip_screenshots: true,
Expand Down

0 comments on commit e35c868

Please sign in to comment.