PadApp/.woodpecker.yml
jusax23 4420a49b6e
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci fix
2022-12-07 22:26:43 +01:00

13 lines
No EOL
264 B
YAML

# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:18-alpine
commands:
- apk add git
- git clone -b submodule https://jusax.de/git/jusax23/stear.git stear
- ls -l
- npm ci
- npm run build
- ls build