ci: drone: test docker runner
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Bruno BELANYI 2021-02-16 14:57:28 +01:00
commit c510baaa36

9
.drone.yml Normal file
View file

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