This commit is contained in:
Simon Vieille 2023-11-04 13:39:32 +01:00
parent c5cac45f7e
commit 7b1d31d1db
Signed by untrusted user who does not match committer: deblan
GPG key ID: 579388D585F70417

View file

@ -19,16 +19,16 @@ steps:
commands:
- npm run build
when:
event: [tag, push, pull_request, manual]
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
event: [tag, push, pull_request]
build-translations:
image: deblan/php:8.0
commands:
- php bin/generate_l10n.php
when:
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
event: [tag, push, pull_request, manual]
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
create-signature:
image: nextcloud:25