Fixed broken front build
This commit is contained in:
parent
8f01986366
commit
36b9e301ff
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue