This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
dagger/.drone.yml
kjuulh 558995ee17
All checks were successful
continuous-integration/drone Build is passing
Add .drone.yml
2022-10-26 11:29:18 +02:00

10 lines
119 B
YAML
Executable File

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