chore: update drone.yml
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Kieran 2023-05-15 11:04:42 +01:00
parent c7d1d4ef67
commit 3bcce3c8aa
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

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