ci: drone: test docker runner
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
c510baaa36
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: exec docker test
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: hello-world
|
||||
...
|
Loading…
Reference in a new issue