From a0faf819413482feeae83b3afe860875544fffcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hrachovina?= Date: Fri, 6 Dec 2024 09:37:58 +0100 Subject: [PATCH] modified: .drone.yml --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c6ac43d..15cb1fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,4 +1,3 @@ - kind: pipeline type: docker name: default @@ -9,4 +8,10 @@ steps: commands: - pip install -r requirements.txt - python -m unittest discover -s tests - - python app.py \ No newline at end of file + - python app.py + +- name: cleanup + image: alpine:latest + commands: + - echo "Cleaning up any created data..." + - rm -rf /tmp/* \ No newline at end of file