All checks were successful
continuous-integration/drone/push Build is passing
9 lines
112 B
YAML
9 lines
112 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: run
|
|
image: python
|
|
commands:
|
|
- python3 run_all.py |