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 88d29cb commit 861e37bCopy full SHA for 861e37b
.cirrus.yml
@@ -45,7 +45,9 @@ task:
45
- export CIRRUS_COMMIT_MESSAGE=""
46
- ./script/incremental_build.sh build-examples --apk
47
- ./script/incremental_build.sh java-test # must come after apk build
48
- - ./script/incremental_build.sh drive-examples
+ # TODO(jackson): Re-enable once Android emulators support Firebase
49
+ # https://github.com/flutter/flutter/issues/29571
50
+ # - ./script/incremental_build.sh drive-examples
51
- export CIRRUS_CHANGE_MESSAGE=`cat /tmp/cirrus_change_message.txt`
52
- export CIRRUS_COMMIT_MESSAGE=`cat /tmp/cirrus_commit_message.txt`
53
0 commit comments