Skip to content

Commit

Permalink
comment out find-unused-messages ci job see issue: #1045
Browse files Browse the repository at this point in the history
  • Loading branch information
mroz22 committed Jan 9, 2020
1 parent 99a2974 commit 95a1415
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions ci/packages/suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,15 @@ suite check outdated:
script:
- ./ci/scripts/outdated.sh

suite check unused messages:
stage: misc
allow_failure: true
script:
# create the master.json first. later we shall use directly messages.ts
- yarn workspace @trezor/suite translations:extract
- yarn workspace @trezor/suite translations:unused
dependencies:
- install and build
# TODO: https://github.com/trezor/trezor-suite/issues/1045
# suite check unused messages:
# stage: misc
# allow_failure: true
# script:
# # create the master.json first. later we shall use directly messages.ts
# - yarn workspace @trezor/suite translations:extract
# - yarn workspace @trezor/suite translations:unused
# dependencies:
# - install and build

# TODO: add messages (values) duplicities check

0 comments on commit 95a1415

Please sign in to comment.