Merge branch 'fix-broken-front-build' into 'develop'

Fixed broken front build

See merge request funkwhale/funkwhale!296
This commit is contained in:
Eliot Berriot 2018-07-01 16:37:00 +00:00
commit b09455c869
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,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 run build | tee /dev/stderr | (! grep -i 'ERROR in')
- chmod -R 750 front/dist
- chmod -R 750 dist
cache:
key: "$CI_PROJECT_ID__front_dependencies"
paths: