"Fix" clone permissions

This commit is contained in:
kolaente 2020-01-01 18:38:18 +01:00
parent 41a9255e86
commit 39f140aafa
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ steps:
image: cirrusci/flutter:stable
pull: true
commands:
- sudo chown 1000:1000 . -R # The clone step clones everything as root, this is our "fix" until we find a better solution
- pwd
- ls -hal
- flutter packages get