Move i18n into build job

This commit is contained in:
Alex Gleason 2022-12-29 00:17:29 -06:00
parent 1af36da927
commit 1e03349cc0
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -94,7 +94,12 @@ nginx-test:
build-production:
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:
NODE_ENV: production
artifacts:
@ -116,15 +121,6 @@ docs-deploy:
- "docs/**/*"
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:
stage: deploy
environment: