valos_halozat_hf/.drone.yml
Torma Kristóf 4ed4a713b9
Some checks reported errors
continuous-integration/drone/push Build was killed
add calcs
2020-10-02 00:39:25 +02:00

11 lines
175 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: run_homework
image: "python:3.8"
commands:
- pip3 install -r requirements.txt
- python3 app.py