Skip to content

Commit e2a7eed

Browse files
fkorotkovcollinjackson
authored andcommitted
Use the same upgrade script on Mac (#1865)
This also fetches master that will populate `FETCH_HEAD` See flutter/plugins#1864
1 parent 4d862be commit e2a7eed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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)