Remove chown to fix ci (#49)
continuous-integration/drone/push Build is failing Details

Remove chown to fix ci

Reviewed-on: #49
Reviewed-by: konrad <konrad@kola-entertainments.de>
Co-Authored-By: JonasFranz <email@jfdev.de>
Co-Committed-By: JonasFranz <email@jfdev.de>
This commit is contained in:
JonasFranz 2020-10-24 10:47:00 +00:00 committed by konrad
parent 0bbc552945
commit 23c048b3f4
1 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@ steps:
image: cirrusci/flutter:stable
pull: true
commands:
- sudo chown cirrus . -R # The clone step clones everything as root, this is our "fix" until we find a better solution
- flutter packages get
- make format-check
- make build-debug
@ -62,7 +61,6 @@ steps:
image: cirrusci/flutter:stable
pull: true
commands:
- sudo chown cirrus . -R # The clone step clones everything as root, this is our "fix" until we find a better solution
- flutter packages get
- make build-all
- mkdir apks
@ -108,7 +106,6 @@ steps:
image: cirrusci/flutter:stable
pull: true
commands:
- sudo chown cirrus . -R # The clone step clones everything as root, this is our "fix" until we find a better solution
- flutter packages get
- make build-all
- mkdir apks