update ci
This commit is contained in:
parent
cc17c48889
commit
ef446085ea
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue