Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Fix CI config
  • Loading branch information
stuartmorgan-g committed Jul 22, 2021
commit a3f822cc1dfe71c81992d8fef2761262a7979c41
4 changes: 2 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ task:
CHANNEL: "stable"
tool_script:
- cd script/tool
- dart analyze --fatal-infos --custom_analysis=script/configs/custom_analysis.yaml
- dart analyze --fatal-infos
script:
- ./script/tool_runner.sh analyze
- ./script/tool_runner.sh analyze --custom_analysis=script/configs/custom_analysis.yaml
### Android tasks ###
- name: build_all_plugins_apk
env:
Expand Down