forked from firka/flutter
comment out fastlane test archiving (#43207)
This commit is contained in:
committed by
GitHub
parent
584ee10c68
commit
898e6fe3c6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user