Fix GitLab previews for frontend
This commit is contained in:
parent
f25965d256
commit
112ef174fc
|
@ -43,7 +43,7 @@ review_front:
|
||||||
- yarn install
|
- yarn install
|
||||||
# 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://dev.funkwhale.audio/funkwhale/funkwhale/issues/169
|
# cf https://dev.funkwhale.audio/funkwhale/funkwhale/issues/169
|
||||||
- yarn run build | tee /dev/stderr | (! grep -i 'ERROR in')
|
- yarn run build --base ./ | tee /dev/stderr | (! grep -i 'ERROR in')
|
||||||
- cp -r dist/* ../front-review
|
- cp -r dist/* ../front-review
|
||||||
artifacts:
|
artifacts:
|
||||||
expire_in: 2 weeks
|
expire_in: 2 weeks
|
||||||
|
|
Loading…
Reference in New Issue