-
Notifications
You must be signed in to change notification settings - Fork 29.8k
[CP] Fix flutter upgrade failing with "Unknown Flutter tag" to 3.14 #133821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CP] Fix flutter upgrade failing with "Unknown Flutter tag" to 3.14 #133821
Conversation
|
This pull request was opened from and to a release candidate branch. This should only be done as part of the official Flutter release process. If you are attempting to make a regular contribution to the Flutter project, please close this PR and follow the instructions at Tree Hygiene for detailed instructions on contributing to Flutter. Reviewers: Use caution before merging pull requests to release branches. Ensure the proper procedure has been followed. |
|
auto label is removed for flutter/flutter/133821, due to - The status or check suite customer_testing-linux has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
|
auto label is removed for flutter/flutter/133821, due to - The status or check suite customer_testing-linux has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
|
@CaseyHillers looks like we might have to manually merge this one? |
Fixes flutter upgrade which would fail with "Unknown flutter tag" because it would call git commands in the user's current working directory instead of the Flutter SDK.
Fixes #133822