Skip to content
Snippets Groups Projects
Commit 1fe525b2 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '388-frontend-permissions' into 'develop'

Resolve "Document how to fix permission issues with front-end files"

Closes #388

See merge request funkwhale/funkwhale!378
parents b3891d3a 37174ea3
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
More permissive default permissions for front-end files (#388)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment