Use username instead of id
continuous-integration/drone/push Build was killed Details
continuous-integration/drone/pr Build was killed Details

This commit is contained in:
kolaente 2020-01-01 18:40:06 +01:00
parent 21ed3141da
commit 936c057d3f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

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