Skip to content

Commit 7317424

Browse files
authored
Fix CI (#2690)
Update repository for next Flutter release ## Pre-launch Checklist - [x] I read the [Flutter Style Guide] _recently_, and have followed its advice. - [x] I signed the [CLA]. - [x] I read the [Contributors Guide]. - [x] I have added sample code updates to the [changelog]. - [x] I updated/added relevant documentation (doc comments with `///`). If you need help, consider asking for advice on the #hackers-devrel channel on [Discord]. <!-- Links --> [Flutter Style Guide]: https://github.com/flutter/flutter/blob/master/docs/contributing/Style-guide-for-Flutter-repo.md [CLA]: https://cla.developers.google.com/ [Discord]: https://github.com/flutter/flutter/blob/master/docs/contributing/Chat.md [Contributors Guide]: https://github.com/flutter/samples/blob/main/CONTRIBUTING.md [changelog]: ../CHANGELOG.md
1 parent fe41567 commit 7317424

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tool/flutter_ci_script_master.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ declare -ar PROJECT_NAMES=(
2020
"asset_transformation"
2121
"background_isolate_channels"
2222
"code_sharing/client"
23-
#TODO(ewindmill): The integration tests are failing
23+
# TODO(ewindmill): The integration tests are failing
2424
# "code_sharing/server"
2525
"code_sharing/shared"
2626
"compass_app/app"
27-
#TODO(ewindmill): The integration tests are failing
27+
# TODO(ewindmill): The integration tests are failing
2828
# "compass_app/server"
2929
"context_menus"
3030
"date_planner"
@@ -40,7 +40,7 @@ declare -ar PROJECT_NAMES=(
4040
"infinite_list"
4141
"ios_app_clip"
4242
# TODO(ewindmill): replace deprecated activeColor with activeThumbColor in 3.33
43-
# "isolate_example"
43+
# "isolate_example"
4444
# TODO(ewindmill) - RadioGroup api changed.
4545
# "material_3_demo"
4646
"navigation_and_routing"

tool/flutter_ci_script_stable.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@ declare -ar PROJECT_NAMES=(
3636
"google_maps"
3737
"infinite_list"
3838
"ios_app_clip"
39+
# TODO(ewindmill) For all the following 4 -- Uncomment when 3.34 goes stable. I updated too soon.
3940
# "isolate_example"
4041
# "material_3_demo"
42+
# "platform_channels"
43+
# "platform_design"
4144
"navigation_and_routing"
4245
"pedometer"
4346
"pedometer/example"
4447
"place_tracker"
45-
# "platform_channels"
46-
"platform_design"
4748
"platform_view_swift"
4849
"provider_counter"
4950
"provider_shopper"
5051
"simple_shader"
5152
"simplistic_calculator"
52-
# TODO(@ewindmill) -
53-
# "simplistic_editor"
53+
# "simplistic_editor"
5454
"testing_app"
5555
"veggieseasons"
5656
"web_embedding/element_embedding_demo"

0 commit comments

Comments
 (0)