Skip to content

Commit

Permalink
change flutter_bin to flutter_version
Browse files Browse the repository at this point in the history
  • Loading branch information
joshedney committed Nov 11, 2024
1 parent ef4a1a9 commit 96c4ac4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand All @@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 96c4ac4

Please sign in to comment.