Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 36526ee

Browse files
[ci] Fix macOS LUCI merge base (#6798)
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
1 parent 610370e commit 36526ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.ci/targets/mac_ios_platform_tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
tasks:
2+
- name: prepare tool
3+
script: .ci/scripts/prepare_tool.sh
24
- name: create simulator
35
script: .ci/scripts/create_simulator.sh
46
- name: build examples

0 commit comments

Comments
 (0)