Skip to content

Commit 17ba9b9

Browse files
committed
Remove unnecessary build_asset_folder_name variable in upload_gutenberg_sourcemaps
1 parent fe45679 commit 17ba9b9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

fastlane/lanes/build.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,7 @@ def upload_gutenberg_sourcemaps(app:, flavor:, build_type:, release_version:)
384384
project_slug = sentry_properties[:'defaults.project']
385385
org_slug = sentry_properties[:'defaults.org']
386386

387-
# The bundle and source map files are extracted from merged assets location created after building the app.
388-
# The format is: <app><flavor><build_type>
389-
# E.g.: jetpackJalapenoDebug
390-
build_asset_folder_name = "#{app.downcase}#{flavor}#{build_type}"
391-
# Bundle and source map files are copied to a specific folder as part of the build process.
387+
# Bundle and source map files are copied to a specific folder as part of the build process.
392388
bundle_source_map_path = File.join(PROJECT_ROOT_FOLDER, 'WordPress', 'build', 'react-native-bundle-source-map')
393389

394390
sentry_upload_sourcemap(

0 commit comments

Comments
 (0)