Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ task:
matrix:
- name: publishable
script:
- flutter channel stable
# Temporarily disabling CI on stable to allow using new Flutter features closely
# before a new release.
# TODO(franciscojma): re-enable this
- flutter channel master
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the same comment with a TODO to undo this?

- ./script/check_publish.sh
- name: format
install_script:
Expand Down