Follow-up to rename of FLUTTER_ENGINE_VERSION env variable.

This is to fix broken flutter hh builtder https://ci.chromium.org/ui/p/dart/builders/ci.sandbox/flutter-linux-flutter-plugins/7059

Fixed led build https://ci.chromium.org/b/8724628196311960721

https://github.com/flutter/flutter/commit/a3f0704f25f0690fbd0228c447ab047e49df6f9d is where environment variable was renamed.

Change-Id: Ibae6fc7f40d299f166489e4d69cb08282d524758
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/62560
Commit-Queue: Alexander Thomas <athom@google.com>
Reviewed-by: Alexander Thomas <athom@google.com>
6 files changed
tree: 4a03fd2fed2eb80cb90b5397714444c3feb54443
  1. .vscode/
  2. infra/
  3. recipe_modules/
  4. recipes/
  5. .gitignore
  6. .style.yapf
  7. AUTHORS
  8. CONTRIBUTING.md
  9. LICENSE
  10. OWNERS
  11. README.md
  12. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

Supported repositories roll their .ci.yaml into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.

Contributing

Please follow instructions on Contributing docs to set up your development environment.