mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
skip unchanged fastlane elements to deploy
This commit is contained in:
@@ -49,9 +49,9 @@ platform :android do
|
|||||||
lane :deploy_beta_free do
|
lane :deploy_beta_free do
|
||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
track: "beta",
|
track: "beta",
|
||||||
skip_upload_metadata: "false",
|
skip_upload_metadata: "true",
|
||||||
skip_upload_images: "false",
|
skip_upload_images: "true",
|
||||||
skip_upload_screenshots: "false",
|
skip_upload_screenshots: "true",
|
||||||
apk: "./app/build/outputs/apk/free/release/app-free-release.apk",
|
apk: "./app/build/outputs/apk/free/release/app-free-release.apk",
|
||||||
validate_only: "false",
|
validate_only: "false",
|
||||||
)
|
)
|
||||||
@@ -62,9 +62,9 @@ platform :android do
|
|||||||
sh("cp", "-a", "./pro/.", "./")
|
sh("cp", "-a", "./pro/.", "./")
|
||||||
upload_to_play_store(
|
upload_to_play_store(
|
||||||
track: "beta",
|
track: "beta",
|
||||||
skip_upload_metadata: "false",
|
skip_upload_metadata: "true",
|
||||||
skip_upload_images: "false",
|
skip_upload_images: "true",
|
||||||
skip_upload_screenshots: "false",
|
skip_upload_screenshots: "true",
|
||||||
apk: "./app/build/outputs/apk/pro/release/app-pro-release.apk",
|
apk: "./app/build/outputs/apk/pro/release/app-pro-release.apk",
|
||||||
validate_only: "false",
|
validate_only: "false",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user