commit c510baaa365398003dd73897e44b33cf3c3fd2d7 Author: Bruno BELANYI Date: Tue Feb 16 14:57:28 2021 +0100 ci: drone: test docker runner diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..e30515b --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +--- +kind: pipeline +type: docker +name: exec docker test + +steps: +- name: test + image: hello-world +...