todo/.drone.yml

10 lines
119 B
YAML
Raw Normal View History

2022-10-26 11:30:58 +02:00
kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'