woodpecker-test/.woodpecker.yml

10 lines
158 B
YAML
Raw Normal View History

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