From 50574175db84a4649b1d60acbe738ebc5474846a Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 16 Jul 2019 15:06:07 -0400 Subject: [PATCH] Use the same upgrade script on Mac This also fetches master that will populate `FETCH_HEAD` See https://github.com/flutter/plugins/pull/1864 --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 1ec5818409e8..6735d0b62e7d 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -60,10 +60,10 @@ task: image: mojave-xcode-10.2-flutter setup_script: - pod repo update - switch_channel_script: + upgrade_script: - flutter channel master - flutter upgrade - - flutter doctor + - git fetch origin master activate_script: - pub global activate flutter_plugin_tools create_simulator_script: @@ -83,4 +83,4 @@ task: SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550] build_script: - ./script/incremental_build.sh build-examples --ipa - - ./script/incremental_build.sh drive-examples \ No newline at end of file + - ./script/incremental_build.sh drive-examples