Skip to content

Commit c415cee

Browse files
franciscojma86Park Sung Min
authored andcommitted
Disable stable for check publish (flutter#2373)
1 parent 9c6d9b4 commit c415cee

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.cirrus.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ task:
1414
matrix:
1515
- name: publishable
1616
script:
17-
- flutter channel stable
17+
# Temporarily disabling CI on stable to allow using new Flutter features closely
18+
# before a new release.
19+
# TODO(franciscojma): re-enable this
20+
- flutter channel master
1821
- ./script/check_publish.sh
1922
- name: format
2023
install_script:

0 commit comments

Comments
 (0)