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 16f3281 commit 8f66b2dCopy full SHA for 8f66b2d
.cirrus.yml
@@ -191,6 +191,7 @@ task:
191
# https://github.com/flutter/flutter/issues/42864
192
- if [[ "$CHANNEL" -eq "stable" ]]; then find . | grep _web$ | xargs rm -rf; fi
193
- flutter channel $CHANNEL
194
+ - flutter upgrade
195
- ./script/incremental_build.sh build-examples --ipa
196
- ./script/incremental_build.sh drive-examples
197
- ./script/incremental_build.sh xctest --target RunnerUITests --skip $PLUGINS_TO_SKIP_XCTESTS
0 commit comments