mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 09:56:45 -06:00
Adding more debug info
This commit is contained in:
parent
6f107f6610
commit
44ad1d34b0
@ -81,15 +81,18 @@ module Supply
|
|||||||
UI.message("Promoting release with version: #{release.name} (#{release.version_codes.first})")
|
UI.message("Promoting release with version: #{release.name} (#{release.version_codes.first})")
|
||||||
|
|
||||||
if track_to
|
if track_to
|
||||||
|
UI.message("Using existing track_to")
|
||||||
# Its okay to set releases to an array containing the newest release
|
# Its okay to set releases to an array containing the newest release
|
||||||
# Google Play will keep previous releases there this release is a partial rollout
|
# Google Play will keep previous releases there this release is a partial rollout
|
||||||
track_to.releases = [release]
|
track_to.releases = [release]
|
||||||
else
|
else
|
||||||
|
UI.message("Creating new track_to")
|
||||||
track_to = AndroidPublisher::Track.new(
|
track_to = AndroidPublisher::Track.new(
|
||||||
track: Supply.config[:track_promote_to],
|
track: Supply.config[:track_promote_to],
|
||||||
releases: [release]
|
releases: [release]
|
||||||
)
|
)
|
||||||
end
|
end
|
||||||
|
UI.message("track_to details: #{track_to.inspect}")
|
||||||
|
|
||||||
UI.message("About to promote with release: #{release.inspect}")
|
UI.message("About to promote with release: #{release.inspect}")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user