update ci

This commit is contained in:
Simon Vieille 2024-10-27 18:12:59 +01:00
commit ef446085ea

View file

@ -7,16 +7,16 @@ when:
branch: [master, develop, feature/*, fix/*, bugfix/*, translations]
steps:
"Install dependencies":
image: node:20
pull: true
commands:
- npm i
# "Install dependencies":
# image: node:20
# pull: true
# commands:
# - npm i
"Build JS":
image: node:20
commands:
- npm run build
- make build
"Build translations":
image: deblan/php:8.3