7 lines
118 B
YAML
7 lines
118 B
YAML
steps:
|
|
- name: hello
|
|
image: alpine:3.20
|
|
commands:
|
|
- echo hello from woodpecker
|
|
- echo triggered
|