Unverified Commit 898e6fe3 authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

comment out fastlane test archiving (#43207)

parent 584ee10c
......@@ -99,7 +99,8 @@ elif [[ "$OS" == "darwin" ]]; then
echo "Testing archiving with distribution profile..."
(
cd examples/flutter_gallery/ios
fastlane build_and_deploy_testflight
# TODO(fujino) re-enable after resolving https://github.com/flutter/flutter/issues/43204
#fastlane build_and_deploy_testflight
)
echo "(Not deploying; Flutter Gallery is only deployed to TestFlight for tagged dev branch commits.)"
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment