Fix git push remote to update crowdin translations
This commit is contained in:
parent
2bc85a9de7
commit
a2e0c7e1f4
1 changed files with 3 additions and 3 deletions
|
@ -555,8 +555,8 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: update-translations
|
name: update-translations
|
||||||
|
|
||||||
depends_on:
|
#depends_on:
|
||||||
- build
|
# - build
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
@ -586,7 +586,7 @@ steps:
|
||||||
branch: main
|
branch: main
|
||||||
commit: true
|
commit: true
|
||||||
commit_message: "[skip ci] Updated translations via Crowdin"
|
commit_message: "[skip ci] Updated translations via Crowdin"
|
||||||
remote: "git@kolaente.dev:9022/vikunja/frontend.git"
|
remote: "ssh://git@kolaente.dev:9022/vikunja/frontend.git"
|
||||||
ssh_key:
|
ssh_key:
|
||||||
from_secret: translation_git_push_ssh_key
|
from_secret: translation_git_push_ssh_key
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue