From c7d1d4ef671db8e297cb0f765ce46d988411c6d3 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 15 May 2023 10:58:16 +0100 Subject: [PATCH] chore: update drone.yml --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 644301b6..e14634cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,8 +14,7 @@ steps: from_secret: crowdin_token commands: - git fetch origin - - git checkout -B lang - - git pull + - git switch -c lang 2>/dev/null || git switch 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