feat: ci/cd - validate translations
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Dawid Wysokiński 2023-06-25 09:09:40 +02:00
parent 2802d52372
commit fda287107c
Signed by: Kichiyaki
GPG Key ID: B5445E357FB8B892
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ steps:
- name: validate - name: validate
image: ubuntu:22.04 image: ubuntu:22.04
commands: commands:
- apt install jq - apt update && apt install jq
- make validate-translations - make validate-translations
trigger: trigger:
@ -391,6 +391,6 @@ depends_on:
- migrations-manifest - migrations-manifest
--- ---
kind: signature kind: signature
hmac: 8baa6a7cde3870e6638643031cf54044a5b816a0963274db27b9fa44af18df4b hmac: 427f86e70b5eb59ac636faa976092e9e142ad43f2aad676481a0b43228fdc69c
... ...