chore: update drone.yml
This commit is contained in:
parent
50744ee928
commit
064bc1f0af
@ -14,8 +14,14 @@ steps:
|
|||||||
from_secret: crowdin_token
|
from_secret: crowdin_token
|
||||||
commands:
|
commands:
|
||||||
- crowdin pull -b main -T $TOKEN
|
- crowdin pull -b main -T $TOKEN
|
||||||
|
- name: Push changes
|
||||||
|
image: node:current-bullseye
|
||||||
|
commands:
|
||||||
- npx yarn workspace @snort/app format
|
- npx yarn workspace @snort/app format
|
||||||
|
- apt update && apt install git -y
|
||||||
|
- git switch lang
|
||||||
- git commit -a -m "Update translations"
|
- git commit -a -m "Update translations"
|
||||||
|
- git push --force
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user