forked from AUR/linux-vfio
10 lines
127 B
YAML
10 lines
127 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: default
|
|
|
|
steps:
|
|
- name: greeting
|
|
image: archlinux
|
|
commands:
|
|
- echo hello
|
|
- echo world |