Fix GitLab previews for frontend

1716-add-frontend-tests-again
Kasper Seweryn 2022-02-27 14:10:59 +01:00
rodzic f25965d256
commit 112ef174fc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B2BA6FA597595C00
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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