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

This commit is contained in:
Kieran 2023-05-15 10:48:20 +01:00
parent 4c359a714d
commit 6b070ba48f
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

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