Move i18n into build job

environments/review-i18n-ci-cmjeej/deployments/1906
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:
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: