feat: remove comments on android pipeline to upload build

This commit is contained in:
Malo Léon 2023-07-11 15:59:16 +02:00
parent b307d8110a
commit 53e512462b

View File

@ -24,16 +24,15 @@ module Fastlane
UI.message("👉🏼 App built")
# Upload the Android App Bundle to the Play Store
# other_action.upload_to_play_store(
# track: params[:beta_type],
# json_key: './service_account_key.json',
# aab: '../build/app/outputs/bundle/release/app-release.aab',
# skip_upload_metadata: true,
# skip_upload_images: true,
# skip_upload_screenshots: true,
# release_status: "draft",
# version_code: build_number
# )
other_action.upload_to_play_store(
track: params[:beta_type],
json_key: './service_account_key.json',
aab: '../build/app/outputs/bundle/release/app-release.aab',
skip_upload_metadata: true,
skip_upload_images: true,
skip_upload_screenshots: true,
release_status: "draft"
)
# Delete artifacts files
artifacts = ['android_keys.zip', 'key.jks', 'key.properties', 'service_account_key.json']