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
|
||||
name: update-translations
|
||||
|
||||
depends_on:
|
||||
- build
|
||||
#depends_on:
|
||||
# - build
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
@ -586,7 +586,7 @@ steps:
|
|||
branch: main
|
||||
commit: true
|
||||
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:
|
||||
from_secret: translation_git_push_ssh_key
|
||||
|
||||
|
|
Loading…
Reference in a new issue