From 1b0cd72f3bd39e0a2abf83a2d6b59e917cbfeb69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hrachovina?= Date: Fri, 6 Dec 2024 09:43:13 +0100 Subject: [PATCH] modified: .drone.yml --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 97ab66c..6190324 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,8 @@ steps: - pip install -r requirements.txt - cd web # Change to the correct directory - python app.py + when: + timeout: 15s - name: cleanup image: alpine:latest