Skip to content

Commit 18867d4

Browse files
Pass the correct name for gclient variables in ci.yaml (flutter#37429) (flutter#37646)
The right name in .ci.yaml is gclient_variables instead of gclient_custom vars. Co-authored-by: godofredoc <godofredoc@google.com>
1 parent e7d7eda commit 18867d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ targets:
268268
add_recipes_cq: "true"
269269
cores: "32"
270270
gcs_goldens_bucket: flutter_logs
271-
gclient_custom_vars: >-
272-
{"download_emsdk": True}
271+
gclient_variables: >-
272+
{"download_emsdk": true}
273273
dependencies: >-
274274
[
275275
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
@@ -409,8 +409,8 @@ targets:
409409
properties:
410410
add_recipes_cq: "true"
411411
gcs_goldens_bucket: flutter_logs
412-
gclient_custom_vars: >-
413-
{"download_emsdk": True}
412+
gclient_variables: >-
413+
{"download_emsdk": true}
414414
dependencies: >-
415415
[
416416
{"dependency": "goldctl", "version": "git_revision:3a77d0b12c697a840ca0c7705208e8622dc94603"}
@@ -485,7 +485,7 @@ targets:
485485
- name: Windows Web Engine
486486
recipe: engine/web_engine
487487
properties:
488-
gclient_custom_vars: >-
488+
gclient_variables: >-
489489
{"download_emsdk": true}
490490
gcs_goldens_bucket: flutter_logs
491491
timeout: 60

0 commit comments

Comments
 (0)