From aaafe881c1776e40dcd9e50054a3390d0cb30ca7 Mon Sep 17 00:00:00 2001 From: qwerty287 Date: Wed, 23 Feb 2022 09:11:35 +0100 Subject: [PATCH] Fix push step (#1044) The filename was not correct. (Running this right now won't start the push step, I can search for unused strings I can delete in this PR so it will be triggered.) Co-authored-by: qwerty287 Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1044 Reviewed-by: M M Arif Co-authored-by: qwerty287 Co-committed-by: qwerty287 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a6f49aa..99e4d5ed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -83,7 +83,7 @@ push_translations: script: - echo "Set up Crowdin CLI" - cp crowdin.example.yml crowdin.yml - - sed -i 's/-removed-/$CROWDIN_TOKEN/' filename + - sed -i 's/-removed-/$CROWDIN_TOKEN/' crowdin.yml - echo "Push translations" - crowdin push