PadApp/.woodpecker.yml
jusax23 2f1c8f0901
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
remove debug line
2022-12-07 22:27:35 +01:00

12 lines
No EOL
250 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
- npm ci
- npm run build
- ls build