diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 00000000..d6b9eadb --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +--- +kind: pipeline +type: docker +name: default + +steps: +- name: build + image: docker:dind + commands: + - docker build -t test .