valos_halozat_hf/.drone.yml

11 lines
177 B
YAML
Raw Normal View History

2020-10-02 00:18:14 +02:00
kind: pipeline
type: docker
name: default
steps:
- name: run_tournament
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 app.py