test-ci/.woodpecker.yml

9 lines
153 B
YAML
Raw Normal View History

2022-09-14 07:27:17 +00:00
pipeline:
build:
image: debian
commands:
- echo "This is the build step"
a-test-step:
2022-09-14 14:49:04 +00:00
image: python
2022-09-14 07:27:17 +00:00
commands:
2022-09-14 14:49:04 +00:00
- python -V