From dca44136d32165f6f6a8d82d91008c4475778cd1 Mon Sep 17 00:00:00 2001 From: Francisco Magdaleno Arceo Date: Fri, 6 Dec 2019 17:26:31 -0800 Subject: [PATCH 1/3] Disable stable for check publish --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index fb9fc6fc88fc..d25b70ae1bb9 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,7 +14,7 @@ task: matrix: - name: publishable script: - - flutter channel stable + - flutter channel master - ./script/check_publish.sh - name: format install_script: From a746489a4293b4c8552ae97be126cc76bd034111 Mon Sep 17 00:00:00 2001 From: Francisco Magdaleno Arceo Date: Sat, 7 Dec 2019 13:30:24 -0800 Subject: [PATCH 2/3] Add comment --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index d25b70ae1bb9..9c5afdc5bcab 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -14,6 +14,9 @@ task: matrix: - name: publishable script: + # Temporarily disabling CI on stable to allow using new Flutter features closely + # before a new release. + # TODO(amirh): re-enable this - flutter channel master - ./script/check_publish.sh - name: format From 9e3910ff0cea970c0c3d0fc3bf348343c09a4d52 Mon Sep 17 00:00:00 2001 From: Francisco Magdaleno Arceo Date: Sat, 7 Dec 2019 13:36:01 -0800 Subject: [PATCH 3/3] Change todo --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 9c5afdc5bcab..64ec43b4bb08 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -16,7 +16,7 @@ task: script: # Temporarily disabling CI on stable to allow using new Flutter features closely # before a new release. - # TODO(amirh): re-enable this + # TODO(franciscojma): re-enable this - flutter channel master - ./script/check_publish.sh - name: format