Update '.woodpecker.yml'
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
val 2022-09-14 15:04:40 +00:00
parent 3fbe47ea8e
commit ce6d7fee17

View File

@ -3,8 +3,9 @@ pipeline:
group: mygroup group: mygroup
image: python:${PYTHON_VERSION} image: python:${PYTHON_VERSION}
commands: commands:
- sleep 20 - sleep 10
- python -V - python -V
- exit 1
test-python2: test-python2:
group: mygroup group: mygroup
image: python:${PYTHON_VERSION} image: python:${PYTHON_VERSION}