From 96c4ac484329efb75913c6b37f5b8e286474e4cc Mon Sep 17 00:00:00 2001 From: Josh Edney Date: Mon, 11 Nov 2024 09:24:58 +0000 Subject: [PATCH] change flutter_bin to flutter_version --- .buildkite/pipeline.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index ff37de0..e41d8a5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -6,14 +6,14 @@ steps: - label: ":test_tube: 3.10.0" timeout_in_minutes: 10 env: - FLUTTER_BIN: "/opt/flutter/3.10.0/bin/flutter" + FLUTTER_VERSION: "3.10.0" commands: - make test - label: ":lint-roller: 3.10.0" timeout_in_minutes: 10 env: - FLUTTER_BIN: "/opt/flutter/3.10.0/bin/flutter" + FLUTTER_VERSION: "3.10.0" commands: - make lint @@ -24,7 +24,7 @@ steps: key: "ios-fixture-3-10-0" timeout_in_minutes: 20 env: - FLUTTER_BIN: "/opt/flutter/3.10.0/bin/flutter" + FLUTTER_VERSION: "3.10.0" commands: - bundle install - pod repo update trunk @@ -39,7 +39,7 @@ steps: depends_on: "ios-fixture-3-10-0" timeout_in_minutes: 20 env: - FLUTTER_BIN: "/opt/flutter/3.10.0/bin/flutter" + FLUTTER_VERSION: "3.10.0" agents: queue: opensource plugins: @@ -75,7 +75,7 @@ steps: key: "android-fixture-3-10-0" timeout_in_minutes: 20 env: - FLUTTER_BIN: "/opt/flutter/3.10.0/bin/flutter" + FLUTTER_VERSION: "3.10.0" JAVA_VERSION: "11" commands: - bundle install @@ -90,7 +90,7 @@ steps: depends_on: "android-fixture-3-10-0" timeout_in_minutes: 20 env: - FLUTTER_BIN: "/opt/flutter/3.10.0/bin/flutter" + FLUTTER_VERSION: "3.10.0" agents: queue: opensource plugins: