fix(ci): use working image for crowdin update step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
09572dbe61
commit
654806211e
@ -486,7 +486,7 @@ trigger:
|
||||
steps:
|
||||
- name: download
|
||||
pull: always
|
||||
image: ghcr.io/lcomrade/drone-crowdin-v2
|
||||
image: ghcr.io/lcomrade/lcomrade/drone-crowdin-v2:latest
|
||||
settings:
|
||||
crowdin_key:
|
||||
from_secret: crowdin_key
|
||||
@ -513,14 +513,14 @@ steps:
|
||||
author_name: Frederick [Bot]
|
||||
branch: main
|
||||
commit: true
|
||||
commit_message: "[skip ci] Updated translations via Crowdin"
|
||||
commit_message: "chore(i18n): update translations via Crowdin"
|
||||
remote: "ssh://git@kolaente.dev:9022/vikunja/frontend.git"
|
||||
ssh_key:
|
||||
from_secret: git_push_ssh_key
|
||||
|
||||
- name: upload
|
||||
pull: always
|
||||
image: ghcr.io/lcomrade/drone-crowdin-v2
|
||||
image: ghcr.io/lcomrade/lcomrade/drone-crowdin-v2:latest
|
||||
depends_on:
|
||||
- clone
|
||||
settings:
|
||||
@ -532,6 +532,6 @@ steps:
|
||||
src/i18n/lang/en.json: en.json
|
||||
---
|
||||
kind: signature
|
||||
hmac: 2d39d1c93e83aae7101a3f8c2607542c1ed0a33fa723a91d12c17dcca4cefafc
|
||||
hmac: 1b78e92ee8a9aa94df14c35ea544abc0bec991ec59465c328a6aaa6cea4430b3
|
||||
|
||||
...
|
||||
|
Reference in New Issue
Block a user