From 2ee645bdab96302bbeb7bb11df54286dba5c32ca Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 6 Dec 2023 20:20:10 +0100 Subject: [PATCH] update ci config --- .woodpecker/build.yml | 3 +-- .woodpecker/deploy.yml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.woodpecker/build.yml b/.woodpecker/build.yml index 4ad2e1b..82b4b24 100644 --- a/.woodpecker/build.yml +++ b/.woodpecker/build.yml @@ -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 diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index c5afb1b..c5e87f7 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -1,5 +1,5 @@ variables: - - &volumes + volumes: &volumes - /data/${CI_REPO}:/builds when: