chore: update drone.yml
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Kieran 2023-05-14 22:36:54 +01:00
parent 50744ee928
commit 064bc1f0af
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
1 changed files with 6 additions and 0 deletions

View File

@ -14,8 +14,14 @@ steps:
from_secret: crowdin_token
commands:
- crowdin pull -b main -T $TOKEN
- name: Push changes
image: node:current-bullseye
commands:
- npx yarn workspace @snort/app format
- apt update && apt install git -y
- git switch lang
- git commit -a -m "Update translations"
- git push --force
---
kind: pipeline
type: kubernetes