Skip to content

Commit 3659d50

Browse files
Update CI
1 parent 177913f commit 3659d50

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

flutter_ci_script_beta.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ DIR="${BASH_SOURCE%/*}"
66
source "$DIR/flutter_ci_script_shared.sh"
77

88
declare -a CODELABS=(
9-
"adaptive_app"
9+
# TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
10+
# "adaptive_app"
1011
"animated-responsive-layout"
1112
"animations"
1213
"audio_soloud"
13-
"boring_to_beautiful"
14+
# TODO(DomesticMouse): The argument type 'BottomAppBarTheme' can't be assigned to the parameter type 'BottomAppBarThemeData?'.
15+
# "boring_to_beautiful"
1416
"brick_breaker"
1517
"colorist"
1618
"dart-patterns-and-records"
@@ -33,7 +35,8 @@ declare -a CODELABS=(
3335
"testing_codelab"
3436
"tfagents-flutter"
3537
"tfrs-flutter"
36-
"tfserving-flutter"
38+
# TODO(DomesticMouse): 'groupValue' is deprecated and shouldn't be used.
39+
# "tfserving-flutter"
3740
"tooling"
3841
"webview_flutter"
3942
)

0 commit comments

Comments
 (0)