GitLab CI: ignore the broken manageTranslations script for now

This commit is contained in:
Alex Gleason 2023-09-13 13:00:35 -05:00
parent b32de7dab0
commit d94fb91c64
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 4 additions and 4 deletions

View File

@ -100,10 +100,10 @@ build-production:
stage: test stage: test
script: script:
- yarn build - yarn build
- yarn manage:translations en # - yarn manage:translations en
# Fail if files got changed. # # Fail if files got changed.
# https://stackoverflow.com/a/9066385 # # https://stackoverflow.com/a/9066385
- git diff --quiet # - git diff --quiet
variables: variables:
NODE_ENV: production NODE_ENV: production
artifacts: artifacts: