From 112ef174fc288476b2ed6fb56c6f150d411745f8 Mon Sep 17 00:00:00 2001 From: Kasper Seweryn Date: Sun, 27 Feb 2022 14:10:59 +0100 Subject: [PATCH] Fix GitLab previews for frontend --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 049df50f4..909f913dd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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