props/.woodpecker.yaml

9 lines
171 B
YAML
Raw Normal View History

2024-07-18 19:37:57 +00:00
steps:
- name: build
image: debian
commands:
- echo "This is the build step"
- name: a-test-step
image: debian
commands:
- echo "Testing.."