We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d862be commit e2a7eedCopy full SHA for e2a7eed
.cirrus.yml
@@ -60,10 +60,10 @@ task:
60
image: mojave-xcode-10.2-flutter
61
setup_script:
62
- pod repo update
63
- switch_channel_script:
+ upgrade_script:
64
- flutter channel master
65
- flutter upgrade
66
- - flutter doctor
+ - git fetch origin master
67
activate_script:
68
- pub global activate flutter_plugin_tools
69
create_simulator_script:
@@ -83,4 +83,4 @@ task:
83
SIMCTL_CHILD_MAPS_API_KEY: ENCRYPTED[596a9f6bca436694625ac50851dc5da6b4d34cba8025f7db5bc9465142e8cd44e15f69e3507787753accebfc4910d550]
84
build_script:
85
- ./script/incremental_build.sh build-examples --ipa
86
- - ./script/incremental_build.sh drive-examples
+ - ./script/incremental_build.sh drive-examples
0 commit comments