From 435b11a36b7ac38bba69923795c1a03238a57ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Sun, 25 Jun 2023 09:13:52 +0200 Subject: [PATCH] feat: ci/cd - validate translations --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index d517f0d..e991cd4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -74,9 +74,10 @@ name: translations steps: - name: validate - image: ubuntu:22.04 + image: golang:1.20 + pull: always commands: - - apt update && apt -y install jq make + - apt update && apt -y install jq - make validate-translations trigger: @@ -391,6 +392,6 @@ depends_on: - migrations-manifest --- kind: signature -hmac: 8726b4787be3c0dec9ef810558be23289f56bdbb5c2d05623a4156084974450c +hmac: 4fa2583c281aacc0e4d0dc87296a2ce6ff7facf71d1ce2e9f5d4157b35635d4f ...