From 054e8870eb430a2fd52cc5793fa8559040a76ad1 Mon Sep 17 00:00:00 2001 From: xster Date: Wed, 10 Apr 2019 18:33:43 -0700 Subject: [PATCH] Fix iTunes Transporter quirk (#30883) --- dev/bots/deploy_gallery.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/bots/deploy_gallery.sh b/dev/bots/deploy_gallery.sh index e7395af44f..24e7dfa951 100755 --- a/dev/bots/deploy_gallery.sh +++ b/dev/bots/deploy_gallery.sh @@ -61,6 +61,7 @@ if [[ "$SHARD" = "deploy_gallery" ]]; then echo "Archiving with distribution profile and deploying to TestFlight..." ( cd examples/flutter_gallery/ios + export DELIVER_ITMSTRANSPORTER_ADDITIONAL_UPLOAD_PARAMETERS="-t DAV" fastlane build_and_deploy_testflight upload:true ) else