10 lines
No EOL
156 B
YAML
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 |