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

Commit

Permalink
channel_script
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Dec 7, 2019
1 parent bf81f69 commit 773e81f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ task:
COCOAPODS_DISABLE_STATS: true
PATH: $PATH:/usr/local/bin:$HOME/.pub-cache/bin
CHANNEL: "master" # Default to flutter master, tests can override.
channel_script:
- flutter channel $CHANNEL
flutter_pkg_cache:
folder: $FLUTTER_HOME/bin/cache/pkg
fingerprint_script: echo $OS; cat ${FLUTTER_HOME}/bin/internal/*.version
flutter_artifacts_cache:
folder: $FLUTTER_HOME/bin/cache/artifacts
fingerprint_script: echo $OS; cat ${FLUTTER_HOME}/bin/internal/*.version
upgrade_script:
- which flutter
- flutter channel $CHANNEL
- flutter upgrade
- git fetch origin master
activate_script: pub global activate flutter_plugin_tools
Expand Down

0 comments on commit 773e81f

Please sign in to comment.