Anja Freudenreich 4474be0abc
Some checks reported errors
continuous-integration/drone/push Build was killed
.drone.yml aktualisiert
2025-02-13 10:48:23 +00:00

15 lines
229 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build and test
image: python:3.9-slim
commands:
- pip install --no-cache-dir -r requirements.txt
- python app.py
trigger:
branch:
- master