From c85cc92b5ed5d93db14838ba6d9c894c3f598559 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Sun, 25 Jun 2023 09:11:04 +0200 Subject: [PATCH] feat: ci/cd - validate translations --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 1718e0a..a748d65 100644 --- a/.drone.yml +++ b/.drone.yml @@ -76,7 +76,7 @@ steps: - name: validate image: ubuntu:22.04 commands: - - apt update && apt install jq + - apt update && apt -y install jq - make validate-translations trigger: