Files
advent-of-code-2021/drone.yml

9 lines
112 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: run
image: python
commands:
- python3 run_all.py