chore: update drone.yml
This commit is contained in:
parent
38b4fd3bb7
commit
e5b5dabf2f
10
.drone.yml
10
.drone.yml
@ -15,13 +15,19 @@ steps:
|
|||||||
- crowdin pull -b main -T $TOKEN
|
- crowdin pull -b main -T $TOKEN
|
||||||
- name: Push changes
|
- name: Push changes
|
||||||
image: node:current-bullseye
|
image: node:current-bullseye
|
||||||
|
environment:
|
||||||
|
TOKEN:
|
||||||
|
from_secret: drone_gitea
|
||||||
commands:
|
commands:
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn workspace @snort/app format
|
- yarn workspace @snort/app format
|
||||||
- apt update && apt install git -y
|
- apt update && apt install git -y
|
||||||
- git switch lang
|
- git config --local user.email drone@v0l.io
|
||||||
|
- git config --local user.name "Drone CI"
|
||||||
|
- git remote set-url origin https://$TOKEN@git.v0l.io/Kieran/snort.git
|
||||||
|
- git switch -c lang
|
||||||
- git commit -a -m "Update translations"
|
- git commit -a -m "Update translations"
|
||||||
- git push --force
|
- git push
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: kubernetes
|
type: kubernetes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user