Update '.woodpecker.yml'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
val 2022-09-14 14:49:04 +00:00
parent c75941eaaf
commit eeef252d6a

View File

@ -4,6 +4,6 @@ pipeline:
commands:
- echo "This is the build step"
a-test-step:
image: debian
image: python
commands:
- echo "Testing.."
- python -V