CI WIP
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Przemek Grondek 2023-09-14 21:48:24 +02:00
parent dcb353bacb
commit 1b8fb88139

View File

@ -2,6 +2,7 @@ steps:
build-static: build-static:
image: "node:20" image: "node:20"
commands: commands:
- npm install
- npm run build - npm run build
build-docker: build-docker:
image: "docker:24.0.6-dind" image: "docker:24.0.6-dind"