From 28e04b70f32e89fcc374bd4b5b1907160728fa9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Sun, 25 Jun 2023 09:12:03 +0200 Subject: [PATCH] feat: ci/cd - validate translations --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 23b2505..d517f0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,7 +76,7 @@ steps: - name: validate image: ubuntu:22.04 commands: - - apt update && apt -y install jq + - apt update && apt -y install jq make - make validate-translations trigger: @@ -391,6 +391,6 @@ depends_on: - migrations-manifest --- kind: signature -hmac: 8fcd1d6d5a88d1dbe0310e3b19418a23f7d14a7f5171ecebdb474aa097b9cc58 +hmac: 8726b4787be3c0dec9ef810558be23289f56bdbb5c2d05623a4156084974450c ...