woodpecker-test/.woodpecker.yml
2024-01-09 04:16:59 +09:00

9 lines
158 B
YAML

steps:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: debian
commands:
- echo "Testing.."