15 lines
229 B
YAML
Raw Normal View History

2025-02-13 10:34:58 +00:00
---
kind: pipeline
type: docker
name: default
steps:
2025-02-13 10:48:23 +00:00
- name: build and test
image: python:3.9-slim
commands:
- pip install --no-cache-dir -r requirements.txt
- python app.py
trigger:
branch:
- master