Skip to content

Commit

Permalink
Re-enable CI on stable (firebase#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Yang authored Dec 12, 2019
1 parent bd7bdcf commit b41ca63
Showing 1 changed file with 4 additions and 20 deletions.
24 changes: 4 additions & 20 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ task:
matrix:
- name: publishable
script:
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(cyanglaz): re-enable this
# https://github.com/flutter/flutter/issues/46258
- flutter channel master
- flutter channel stable
- ./script/check_publish.sh
- name: format
install_script:
Expand All @@ -33,11 +29,7 @@ task:
env:
matrix:
CHANNEL: "master"
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(cyanglaz): re-enable this
# https://github.com/flutter/flutter/issues/46258
# CHANNEL: "stable"
CHANNEL: "stable"
test_script:
# TODO(jackson): Allow web plugins once supported on stable
# https://github.com/flutter/flutter/issues/42864
Expand All @@ -53,11 +45,7 @@ task:
PLUGIN_SHARDING: "--shardIndex 1 --shardCount 2"
matrix:
CHANNEL: "master"
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(cyanglaz): re-enable this
# https://github.com/flutter/flutter/issues/46258
# CHANNEL: "stable"
CHANNEL: "stable"
GCLOUD_FIREBASE_TESTLAB_KEY: ENCRYPTED[fd81ffb7c44af2f8a1ae55e470c69690c1ec7e90aba49d18635fa4f3c72b6807034287e9e697f64e37ab836a66ba9eab]
script:
# TODO(jackson): Allow web plugins once supported on stable
Expand Down Expand Up @@ -114,11 +102,7 @@ task:
PLUGIN_SHARDING: "--shardIndex 3 --shardCount 4"
matrix:
CHANNEL: "master"
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(cyanglaz): re-enable this
# https://github.com/flutter/flutter/issues/46258
# CHANNEL: "stable"
CHANNEL: "stable"
build_script:
# TODO(jackson): Allow web plugins once supported on stable
# https://github.com/flutter/flutter/issues/42864
Expand Down

0 comments on commit b41ca63

Please sign in to comment.