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

This commit is contained in:
Kieran 2023-05-23 22:39:41 +01:00
parent e3e3a79620
commit 5addd65d66
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -21,8 +21,8 @@ steps:
CTOKEN:
from_secret: crowdin_token
commands:
- git fetch origin
- git switch -c lang 2>/dev/null || (git checkout origin/lang && git pull)
- git fetch -a origin
- git switch -c lang 2>/dev/null || git switch -C 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