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

This commit is contained in:
2024-12-06 09:43:13 +01:00
parent c79aca2e0e
commit 1b0cd72f3b

View File

@@ -9,6 +9,8 @@ steps:
- pip install -r requirements.txt - pip install -r requirements.txt
- cd web # Change to the correct directory - cd web # Change to the correct directory
- python app.py - python app.py
when:
timeout: 15s
- name: cleanup - name: cleanup
image: alpine:latest image: alpine:latest