mirror of
https://codeberg.org/gitnex/GitNex
synced 2025-01-04 23:07:05 +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:
parent
245998e36b
commit
1214954ed3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user