10 lines
156 B
YAML
10 lines
156 B
YAML
|
# .woodpecker.yml
|
||
|
pipeline:
|
||
|
build:
|
||
|
image: node:18
|
||
|
commands:
|
||
|
- touch myfile
|
||
|
a-test-step:
|
||
|
image: debian
|
||
|
commands:
|
||
|
- cat myfile
|