[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Enable testing on both master and stable #2197

Merged
merged 14 commits into from
Oct 16, 2019
Merged
Prev Previous commit
Next Next commit
Remove Firebase test lab related changes (moved to a separate PR)
  • Loading branch information
collinjackson committed Oct 16, 2019
commit e89fa8aee0431e55226bc449f095cf93f0a00681
3 changes: 1 addition & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ task:
script:
- flutter channel $CHANNEL
- ./script/build_all_plugins_app.sh apk
- name: build-apks+java-test+firebase-test-lab
- name: build-apks+java-test+drive-examples
env:
matrix:
PLUGIN_SHARDING: "--shardIndex 0 --shardCount 2"
Expand All @@ -60,7 +60,6 @@ task:
- export CIRRUS_COMMIT_MESSAGE=""
- ./script/incremental_build.sh build-examples --apk
- ./script/incremental_build.sh java-test # must come after apk build
- ./script/incremental_build.sh firebase-test-lab
- export CIRRUS_CHANGE_MESSAGE=`cat /tmp/cirrus_change_message.txt`
- export CIRRUS_COMMIT_MESSAGE=`cat /tmp/cirrus_commit_message.txt`

Expand Down