11 lines
155 B
YAML
11 lines
155 B
YAML
steps:
|
|
- name: test
|
|
image: alpine
|
|
commands:
|
|
- echo "Woodpecker is working!"
|
|
- uname -a
|
|
|
|
when:
|
|
event:
|
|
- push
|
|
- pull_request
|