diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ec1b60c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,8 @@ +name: drone-test +kind: pipeline +type: docker +steps: +- name: test +image: alpine +commands: +- echo "It worked!" \ No newline at end of file