Disable analytics as part of the report.
This commit is contained in:
parent
95d1f71491
commit
127820d971
@ -131,12 +131,18 @@
|
|||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
when: coding == true and user_root.home != "" and user_user.home != ""
|
when: coding == true and user_root.home != "" and user_user.home != ""
|
||||||
|
|
||||||
|
## Disable Analytics ##
|
||||||
|
|
||||||
|
flutter --disable-analytics
|
||||||
|
|
||||||
## Test SDK ##
|
## Test SDK ##
|
||||||
|
|
||||||
- name: Workstation | Linux | Software | Flutter | Doctor Report
|
- name: Workstation | Linux | Software | Flutter | Doctor Report
|
||||||
shell: "{{ item }}"
|
shell: "{{ item }}"
|
||||||
loop:
|
loop:
|
||||||
- "date > {{ flutter_report }}"
|
- "date > {{ flutter_report }}"
|
||||||
|
- "{{ flutter_bin_location }}/flutter --disable-analytics >> {{ flutter_report }}"
|
||||||
|
- "date >> {{ flutter_report }}"
|
||||||
- "{{ flutter_bin_location }}/flutter doctor -v >> {{ flutter_report }}"
|
- "{{ flutter_bin_location }}/flutter doctor -v >> {{ flutter_report }}"
|
||||||
- "date >> {{ flutter_report }}"
|
- "date >> {{ flutter_report }}"
|
||||||
when: coding == true
|
when: coding == true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user