linux-vfio/.drone.yml

10 lines
127 B
YAML
Raw Normal View History

2022-03-28 14:27:19 +00:00
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: archlinux
commands:
- echo hello
- echo world