Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 42c2940

Browse files
authored
Pass the correct name for gclient variables in ci.yaml (#37429)
The right name in .ci.yaml is gclient_variables instead of gclient_custom vars.
1 parent 4e9e97b commit 42c2940

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ targets:
268268
add_recipes_cq: "true"
269269
cores: "32"
270270
gcs_goldens_bucket: flutter_logs
271-
gclient_custom_vars: >-
271+
gclient_variables: >-
272272
{"download_emsdk": true}
273273
dependencies: >-
274274
[
@@ -409,7 +409,7 @@ targets:
409409
properties:
410410
add_recipes_cq: "true"
411411
gcs_goldens_bucket: flutter_logs
412-
gclient_custom_vars: >-
412+
gclient_variables: >-
413413
{"download_emsdk": true}
414414
dependencies: >-
415415
[
@@ -487,7 +487,7 @@ targets:
487487
- name: Windows Web Engine
488488
recipe: engine/web_engine
489489
properties:
490-
gclient_custom_vars: >-
490+
gclient_variables: >-
491491
{"download_emsdk": true}
492492
gcs_goldens_bucket: flutter_logs
493493
timeout: 60

0 commit comments

Comments
 (0)