cuddle-base/.drone.yml
kjuulh ab86163a6c
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2022-10-26 11:29:10 +02:00

10 lines
119 B
YAML
Executable File

kind: pipeline
type: docker
name: "test"
steps:
- name: test
image: bash
commands:
- echo 'Run tests'