[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