woodpecker-test/woodpecker.yml
2022-11-06 20:48:20 +01:00

10 lines
No EOL
156 B
YAML

# .woodpecker.yml
pipeline:
build:
image: node:18
commands:
- touch myfile
a-test-step:
image: debian
commands:
- cat myfile