From aa4802fa4472d4196338b00c737c26854b209d8d Mon Sep 17 00:00:00 2001 From: Kieran Date: Tue, 23 May 2023 22:45:54 +0100 Subject: [PATCH] chore: update drone --- .drone.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6d2248d7..01fde05a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,8 +21,6 @@ steps: CTOKEN: from_secret: crowdin_token commands: - - git fetch -a origin - - git switch -c lang 2>/dev/null || git switch -C lang - git config --global user.email drone@v0l.io - git config --global user.name "Drone CI" - git remote set-url origin https://drone:$TOKEN@git.v0l.io/Kieran/snort.git @@ -30,10 +28,9 @@ steps: - npx @crowdin/cli upload sources -b main -T $CTOKEN - npx @crowdin/cli pull -b main -T $CTOKEN - yarn workspace @snort/app format - - git diff - git add . - - git commit -a -m "Update translations" - - git push -u origin lang + - git commit -a -m "chore: Update translations" + - git push volumes: - name: cache claim: