Skip to content
Snippets Groups Projects
Verified Commit 112ef174 authored by Kasper Seweryn's avatar Kasper Seweryn 🥞
Browse files

Fix GitLab previews for frontend

parent f25965d2
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ review_front:
- yarn install
# this is to ensure we don't have any errors in the output,
# 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
artifacts:
expire_in: 2 weeks
......
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