PadApp/.woodpecker.yml
jusax23 ce1c1c550a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix
2022-12-07 22:03:41 +01:00

12 lines
No EOL
227 B
YAML

# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:18-alpine
commands:
- apk add git
- git submodule update --init --remote --force
- npm ci
- npm run build
- ls build