Skip to content
Snippets Groups Projects
Verified Commit 36b9e301 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken front build

parent 8f019863
Branches
Tags 0.16.3
No related merge requests found
...@@ -193,7 +193,7 @@ build_front: ...@@ -193,7 +193,7 @@ build_front:
# this is to ensure we don't have any errors in the output, # this is to ensure we don't have any errors in the output,
# cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169 # cf https://code.eliotberriot.com/funkwhale/funkwhale/issues/169
- yarn run build | tee /dev/stderr | (! grep -i 'ERROR in') - yarn run build | tee /dev/stderr | (! grep -i 'ERROR in')
- chmod -R 750 front/dist - chmod -R 750 dist
cache: cache:
key: "$CI_PROJECT_ID__front_dependencies" key: "$CI_PROJECT_ID__front_dependencies"
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment