Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit d9c10dd

Browse files
fkorotkovmithun-mondal
authored andcommitted
Use the same upgrade script on Mac (flutter#1865)
This also fetches master that will populate `FETCH_HEAD` See flutter#1864
1 parent 854c211 commit d9c10dd

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.cirrus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ task:
6060
image: mojave-xcode-10.2-flutter
6161
setup_script:
6262
- pod repo update
63-
switch_channel_script:
63+
upgrade_script:
6464
- flutter channel master
6565
- flutter upgrade
66-
- flutter doctor
66+
- git fetch origin master
6767
activate_script:
6868
- pub global activate flutter_plugin_tools
6969
create_simulator_script:
@@ -83,4 +83,4 @@ task:
8383
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
8484
build_script:
8585
- ./script/incremental_build.sh build-examples --ipa
86-
- ./script/incremental_build.sh drive-examples
86+
- ./script/incremental_build.sh drive-examples

0 commit comments

Comments
 (0)