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:11:45 +01:00
parent c9968a86d8
commit d115b93eb1
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -23,6 +23,7 @@ steps:
- npx @crowdin/cli pull -b main -T $CTOKEN
- yarn workspace @snort/app format
- git diff
- git add .
- git commit -a -m "Update translations"
- git push -u origin lang
---