From 1214954ed3b37714967cd5c362d25a9da42094b1 Mon Sep 17 00:00:00 2001 From: 6543 <6543@noreply.codeberg.org> Date: Tue, 22 Feb 2022 16:03:07 +0100 Subject: [PATCH] gitlab ci: add locales stage (#1042) nit fix Co-authored-by: 6543 <6543@obermui.de> Reviewed-on: https://codeberg.org/gitnex/GitNex/pulls/1042 Reviewed-by: M M Arif Co-authored-by: 6543 <6543@noreply.codeberg.org> Co-committed-by: 6543 <6543@noreply.codeberg.org> --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6b71c142..0a6f49aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,6 +2,7 @@ stages: - build - sign - publish + - locales on_setup: image: curlimages/curl:7.77.0 @@ -73,6 +74,7 @@ release: push_translations: image: crowdin/cli:3.7.8 + stage: locales only: refs: - main