From 064bc1f0af8b1308c413d015e3bff40f82fa083e Mon Sep 17 00:00:00 2001 From: Kieran Date: Sun, 14 May 2023 22:36:54 +0100 Subject: [PATCH] chore: update drone.yml --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index d0ff3e22..572a9815 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,14 @@ steps: from_secret: crowdin_token commands: - crowdin pull -b main -T $TOKEN + - name: Push changes + image: node:current-bullseye + commands: - npx yarn workspace @snort/app format + - apt update && apt install git -y + - git switch lang - git commit -a -m "Update translations" + - git push --force --- kind: pipeline type: kubernetes