woodpecker-test/.woodpecker.yml

10 lines
156 B
YAML
Raw Normal View History

2022-11-06 20:48:20 +01:00
# .woodpecker.yml
pipeline:
build:
image: node:18
commands:
- touch myfile
a-test-step:
image: debian
commands:
- cat myfile