diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a3c2495 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +kind: pipeline +name: Test +type: docker + +steps: + - name: say-hello + image: busybox + commands: + - echo Test