Move i18n into build job

ci-build
Alex Gleason 2022-12-29 00:17:29 -06:00
rodzic 1af36da927
commit 1e03349cc0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 6 dodań i 10 usunięć

Wyświetl plik

@ -94,7 +94,12 @@ nginx-test:
build-production: build-production:
stage: test stage: test
script: yarn build script:
- yarn build
- yarn manage:translations en
# Fail if files got changed.
# https://stackoverflow.com/a/9066385
- git diff --quiet
variables: variables:
NODE_ENV: production NODE_ENV: production
artifacts: artifacts:
@ -116,15 +121,6 @@ docs-deploy:
- "docs/**/*" - "docs/**/*"
interruptible: true interruptible: true
i18n:
stage: deploy
script:
- yarn manage:translations en
# Fail if files got changed.
# https://stackoverflow.com/a/9066385
- git diff --quiet
interruptible: true
review: review:
stage: deploy stage: deploy
environment: environment: