linux-vfio/.drone.yml
Shaquille Soekhlal 4db36fd226 Add '.drone.yml'
2022-03-28 16:27:19 +02:00

10 lines
127 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: archlinux
commands:
- echo hello
- echo world