Fix #388: More permissive default permissions for front-end files

This commit is contained in:
Eliot Berriot 2018-08-19 17:30:18 +02:00
parent b3891d3a07
commit 37174ea3bb
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 1 deletions

View File

@ -191,7 +191,7 @@ build_front:
# this is to ensure we don't have any errors in the output,
# cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169
- yarn build | tee /dev/stderr | (! grep -i 'ERROR in')
- chmod -R 750 dist
- chmod -R 755 dist
cache:
key: "funkwhale__front_dependencies"
paths:

View File

@ -0,0 +1 @@
More permissive default permissions for front-end files (#388)