test-ci/.woodpecker.yml

9 lines
153 B
YAML

pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
image: python
commands:
- python -V