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

Pass the correct name for gclient variables in ci.yaml #37429

Merged
merged 1 commit into from
Nov 8, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ targets:
add_recipes_cq: "true"
cores: "32"
gcs_goldens_bucket: flutter_logs
gclient_custom_vars: >-
gclient_variables: >-
{"download_emsdk": true}
dependencies: >-
[
Expand Down Expand Up @@ -409,7 +409,7 @@ targets:
properties:
add_recipes_cq: "true"
gcs_goldens_bucket: flutter_logs
gclient_custom_vars: >-
gclient_variables: >-
{"download_emsdk": true}
dependencies: >-
[
Expand Down Expand Up @@ -487,7 +487,7 @@ targets:
- name: Windows Web Engine
recipe: engine/web_engine
properties:
gclient_custom_vars: >-
gclient_variables: >-
{"download_emsdk": true}
gcs_goldens_bucket: flutter_logs
timeout: 60
Expand Down