removed chown from .drone

This commit is contained in:
BroodjeAap 2021-06-12 14:35:07 +02:00
parent 305f7dec83
commit 3019a29427

View file

@ -6,7 +6,6 @@ steps:
- name: test
image: cirrusci/flutter:stable
commands:
- sudo chown -R cirrus:cirrus .
- flutter pub get
- flutter pub run test
trigger: