test-drone/.drone.yml

10 lines
101 B
YAML
Raw Normal View History

2021-02-16 14:57:28 +01:00
---
kind: pipeline
type: docker
name: exec docker test
steps:
- name: test
image: hello-world
...