From a2e0c7e1f40b18f82ab6c3e24b20f909af0260ab Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 5 Sep 2021 12:01:53 +0200 Subject: [PATCH] Fix git push remote to update crowdin translations --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 47239a0e1..66858c8e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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