chore: update drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Kieran 2023-05-15 10:58:16 +01:00
parent f3cbb8a952
commit c7d1d4ef67
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -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