Skip to content

Commit

Permalink
Add removed comment back.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander committed Oct 22, 2023
1 parent 0f5f3ab commit b440be8
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ class DeployAndroidCommand extends Command {
workingDirectory: Directory(
path.join(_repo.sharezoneFlutterApp.location.path, '/android')),
addedEnvironment: {
// Sets the number of retries for uploading the app bundle to Google
// Play. This is needed because sometimes the upload fails for unknown
// reasons.
//
// See: https://github.com/fastlane/fastlane/issues/21507#issuecomment-1723116829
'TRACK': track,
'ROLLOUT': rollout,
'SUPPLY_UPLOAD_MAX_RETRIES': '5',
Expand Down

0 comments on commit b440be8

Please sign in to comment.