This repository has been archived on 2025-05-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
vwa_project/.drone.yml
Ondřej Hrachovina 6eae5ac218
Some checks failed
continuous-integration/drone/push Build is failing
modified: .drone.yml
2024-12-06 09:40:02 +01:00

16 lines
268 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: run
image: python:3.9
commands:
- pip install -r requirements.txt
- python app.py
- name: cleanup
image: alpine:latest
commands:
- echo "Cleaning up any created data..."
- rm -rf /tmp/*