mirror of
https://github.com/go-vikunja/app
synced 2024-09-16 12:51:46 +00:00
Remove chown to fix ci (#49)
Remove chown to fix ci Reviewed-on: vikunja/app#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:
parent
0bbc552945
commit
23c048b3f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user