woodpecker-test/woodpecker/test.yml

10 lines
158 B
YAML
Raw Normal View History

2024-01-08 20:47:34 +01:00
steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."