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
1 changed files with 9 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue