Skip to content

Commit f2e0770

Browse files
authored
Use FLUTTER_ROOT in env variables. (#1344)
1 parent 86d30f6 commit f2e0770

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

analyzer.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ runtime: custom
66
env: flex
77
service: analyzer
88
env_variables:
9-
# Needs to be in sync with app/script/setup-flutter.sh and with lib/shared/configuration.dart
9+
# Needs to be in sync with app/script/setup-flutter.sh and with app/lib/shared/configuration.dart
10+
FLUTTER_ROOT: '/flutter'
1011
FLUTTER_SDK: '/flutter'
1112

1213
resources:

dartdoc.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ runtime: custom
66
env: flex
77
service: dartdoc
88
env_variables:
9-
# Needs to be in sync with app/script/setup-flutter.sh and with lib/shared/configuration.dart
9+
# Needs to be in sync with app/script/setup-flutter.sh and with app/lib/shared/configuration.dart
10+
FLUTTER_ROOT: '/flutter'
1011
FLUTTER_SDK: '/flutter'
1112

1213
resources:

0 commit comments

Comments
 (0)