Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit 773e81f

Browse files
committed
channel_script
1 parent bf81f69 commit 773e81f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -105,15 +105,15 @@ task:
105105
COCOAPODS_DISABLE_STATS: true
106106
PATH: $PATH:/usr/local/bin:$HOME/.pub-cache/bin
107107
CHANNEL: "master" # Default to flutter master, tests can override.
108+
channel_script:
109+
- flutter channel $CHANNEL
108110
flutter_pkg_cache:
109111
folder: $FLUTTER_HOME/bin/cache/pkg
110112
fingerprint_script: echo $OS; cat ${FLUTTER_HOME}/bin/internal/*.version
111113
flutter_artifacts_cache:
112114
folder: $FLUTTER_HOME/bin/cache/artifacts
113115
fingerprint_script: echo $OS; cat ${FLUTTER_HOME}/bin/internal/*.version
114116
upgrade_script:
115-
- which flutter
116-
- flutter channel $CHANNEL
117117
- flutter upgrade
118118
- git fetch origin master
119119
activate_script: pub global activate flutter_plugin_tools

0 commit comments

Comments
 (0)