GitLab CI: fail the CI if en.json isn't updated with the codebase
This commit is contained in:
parent
73315e4095
commit
1af36da927
|
@ -116,16 +116,14 @@ docs-deploy:
|
||||||
- "docs/**/*"
|
- "docs/**/*"
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
# Supposed to fail when translations are outdated, instead always passes
|
i18n:
|
||||||
#
|
stage: deploy
|
||||||
# i18n:
|
script:
|
||||||
# stage: build
|
- yarn manage:translations en
|
||||||
# script: yarn manage:translations
|
# Fail if files got changed.
|
||||||
# variables:
|
# https://stackoverflow.com/a/9066385
|
||||||
# NODE_ENV: development
|
- git diff --quiet
|
||||||
# before_script:
|
interruptible: true
|
||||||
# - yarn
|
|
||||||
# - yarn build
|
|
||||||
|
|
||||||
review:
|
review:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
|
Loading…
Reference in New Issue