From 6b070ba48f0f45151d69add2564abc0efd1acfe7 Mon Sep 17 00:00:00 2001 From: Kieran Date: Mon, 15 May 2023 10:48:20 +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 72bea703..3553d505 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,7 +25,7 @@ steps: - git config --global user.name "Drone CI" - git remote set-url origin https://drone:$TOKEN@git.v0l.io/Kieran/snort.git - git diff - - git switch -c lang + - git checkout -B lang - git commit -a -m "Update translations" - git push -u origin lang ---