modified: .drone.yml
Some checks failed
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-12-06 09:48:38 +01:00
parent 13c185d614
commit 6c6fd5d1ea

View File

@@ -7,6 +7,7 @@ steps:
image: python:3.9
commands:
- pip install -r requirements.txt
- cd web
- find . -name "*.py" -exec python -m py_compile {} \;
when:
timeout: 15s