Skip to content

Commit

Permalink
[ci] Fix macOS LUCI merge base (flutter#6798)
Browse files Browse the repository at this point in the history
Currently the repo tooling relies on `FETCH_HEAD` being set to
`origin/main` in CI, which is done in `prepare_tool.sh` for LUCI bots.
Longer term we should restructure the CI scripts to be explicit about
the base SHA instead of relying on `FETCH_HEAD`, but for now this adds
the missing `prepare_tool.sh` step to the new iOS LUCI tests so that
they compute diffs correctly.

Fixes flutter/flutter#116448
  • Loading branch information
stuartmorgan authored and mauricioluz committed Jan 26, 2023
1 parent 18f5a01 commit d0e1a55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/targets/mac_ios_platform_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
tasks:
- name: prepare tool
script: .ci/scripts/prepare_tool.sh
- name: create simulator
script: .ci/scripts/create_simulator.sh
- name: build examples
Expand Down

0 comments on commit d0e1a55

Please sign in to comment.