GitLab CI: fail the CI if en.json isn't updated with the codebase

This commit is contained in:
Alex Gleason 2022-12-28 23:41:44 -06:00
parent 73315e4095
commit 1af36da927
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 8 additions and 10 deletions

View File

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