update ci config
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Simon Vieille 2023-12-06 20:20:10 +01:00
parent 83f7946d02
commit 2ee645bdab
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 2 additions and 3 deletions

View file

@ -55,8 +55,7 @@ steps:
image: node:16-alpine
environment:
- CPU_COUNT=3
volumes:
- <<: *volumes
volumes: *volumes
commands:
- apk add --no-cache git
- npm install -g svg2ttf ttf2eot ttf2woff2

View file

@ -1,5 +1,5 @@
variables:
- &volumes
volumes: &volumes
- /data/${CI_REPO}:/builds
when: