From 6f921d8e0c8dcdadf1ae103cfdc84a77350121a4 Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Mon, 27 Sep 2021 17:10:40 +0200 Subject: [PATCH 1/2] Temporary run publish task on stable. Temporary run the publish task on the Flutter stable channel as the current master channel is experiencing a bug (see https://github.com/dart-lang/pub/issues/3152). --- .cirrus.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 67343ee15f88..ef6b9c1b6d44 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -69,6 +69,9 @@ task: - dart pub run test - name: publishable env: + # TODO (mvanbeusekom): Temporary override to "stable" because of failure on "master". + # Remove override once https://github.com/dart-lang/pub/issues/3152 is resolved. + CHANNEL: stable CHANGE_DESC: "$TMPDIR/change-description.txt" version_check_script: # For pre-submit, pass the PR description to the script to allow for From b4f6bc119df4ffd144f120a6114815ee91dbef22 Mon Sep 17 00:00:00 2001 From: Maurits van Beusekom Date: Mon, 27 Sep 2021 21:02:26 +0200 Subject: [PATCH 2/2] Retrigger CI