From efbdf2f86ca574532382a777855affaa1021b648 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Thu, 7 Nov 2019 12:23:10 -0800 Subject: [PATCH] add drone ci config --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cc7e765 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,7 @@ +pipeline: + build: + image: docker + commands: + - docker build . + volumes: + - /var/run/docker.sock:/var/run/docker.sock