Make it build again #38

Merged
konrad merged 20 commits from fix/updated-fixes into master 2020-01-12 12:59:29 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit 936c057d3f - Show all commits

View File

@ -12,7 +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
- sudo chown cirrus . -R # The clone step clones everything as root, this is our "fix" until we find a better solution
- pwd
- ls -hal
- flutter packages get
@ -51,7 +51,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
- 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
@ -96,7 +96,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
- 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