diff --git a/.drone.yml b/.drone.yml index 10218ef..453df34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,7 @@ steps: - name: test image: cirrusci/flutter:stable commands: + - sudo chown -R cirrus:cirrus . - flutter pub get - flutter pub run test trigger: