Skip to content

Commit

Permalink
Address dangermattic issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiddot committed Mar 7, 2024
1 parent 3f5b7cb commit a2259f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lanes/build.rb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@
build_version: build_code_current_internal,
app_identifier: 'org.wordpress.internal'
)

end

# Builds the WordPress app for a Prototype Build ("WordPress Alpha" scheme), and uploads it to App Center
Expand Down Expand Up @@ -442,6 +441,7 @@ def build_and_upload_prototype_build(scheme:, output_app_name:, appcenter_app_na
buildkite_annotate(context: "appcenter-info-#{output_app_name}", style: 'info', message: "#{output_app_name} [App Center Build](#{appcenter_install_url}) Info:\n\n#{list}")
end
# rubocop:enable Metrics/AbcSize
# rubocop:enable Metrics/ParameterLists

def inject_buildkite_analytics_environment(xctestrun_path:)
require 'plist'
Expand Down

0 comments on commit a2259f1

Please sign in to comment.