ci: drone: test docker runner
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Bruno BELANYI 2021-02-16 14:57:28 +01:00
commit c510baaa36
1 changed files with 9 additions and 0 deletions

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
...