From 3bcce3c8aa89eed16aa4c996afb7b1d6ed243118 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 15 May 2023 11:04:42 +0100 Subject: [PATCH] chore: update drone.yml --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e14634cc..e57d716b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: from_secret: crowdin_token commands: - git fetch origin - - git switch -c lang 2>/dev/null || git switch lang + - git switch -c lang 2>/dev/null || git checkout origin/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