ci: drone: test docker runner
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Bruno BELANYI 2021-02-16 14:57:28 +01:00
parent 7834bcb155
commit 0ad03f5f80

9
.drone.yml Normal file
View file

@ -0,0 +1,9 @@
---
kind: piepline
type: docker
name: exec-docker-test
steps:
- name: test
image: hello-world
...