chown of repo

This commit is contained in:
broodjeaap 2020-06-13 22:18:00 +02:00
parent ea1156b436
commit 13ccd1a0d5

View file

@ -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: