1
0
mirror of https://codeberg.org/gitnex/GitNex synced 2025-01-06 15:57:43 +01:00

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 <mmarif@noreply.codeberg.org>
Co-authored-by: 6543 <6543@noreply.codeberg.org>
Co-committed-by: 6543 <6543@noreply.codeberg.org>
This commit is contained in:
6543 2022-02-22 16:03:07 +01:00 committed by M M Arif
parent 245998e36b
commit 1214954ed3

View File

@ -2,6 +2,7 @@ stages:
- build - build
- sign - sign
- publish - publish
- locales
on_setup: on_setup:
image: curlimages/curl:7.77.0 image: curlimages/curl:7.77.0
@ -73,6 +74,7 @@ release:
push_translations: push_translations:
image: crowdin/cli:3.7.8 image: crowdin/cli:3.7.8
stage: locales
only: only:
refs: refs:
- main - main