modified: .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-12-06 09:37:58 +01:00
parent 69b6ed7776
commit a0faf81941

View File

@@ -1,4 +1,3 @@
kind: pipeline
type: docker
name: default
@@ -10,3 +9,9 @@ steps:
- pip install -r requirements.txt
- python -m unittest discover -s tests
- python app.py
- name: cleanup
image: alpine:latest
commands:
- echo "Cleaning up any created data..."
- rm -rf /tmp/*