Skip to content

Commit

Permalink
Skip HTML preview when uploading IPAs
Browse files Browse the repository at this point in the history
  • Loading branch information
mathebox committed Apr 23, 2018
1 parent 9f35625 commit f6f7fee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ platform :ios do
deliver(
app_identifier: "de.xikolo.#{flavor.downcase}",
app_version: get_version_number(target: "#{flavor}-iOS"),
force: true,
metadata_path: "#{fastlane_dir}/metadata/#{flavor}",
skip_screenshots: true,
skip_metadata: skip_metadata,
Expand Down

0 comments on commit f6f7fee

Please sign in to comment.