GitLab CI: check yarn i18n

environments/review-upgrade-re-4r5ywe/deployments/4147
Alex Gleason 11 months ago
parent f6251a221a
commit c62e595c58
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

@ -62,6 +62,12 @@ build:
paths:
- soapbox.zip
i18n:
stage: test
script:
- yarn i18n
- git diff --quiet || (echo "Locale files are out of date. Please run `yarn i18n`" && exit 1)
docs-deploy:
stage: deploy
image: alpine:latest

Loading…
Cancel
Save