From 9dc4587196c06f2c353dc18b821d3c12ead6a595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 8 May 2018 12:26:41 +0200 Subject: [PATCH] Add .drone.yml --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ca10255 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,9 @@ +# Do not modify this file or your builds will be automatically rejected! +--- +pipeline: + build: + image: eu.gcr.io/avatao-challengestore/challenge-builder + volumes: + - /etc/docker:/etc/docker:ro + - /root/.docker:/root/.docker:ro + - /var/run/docker.sock:/var/run/docker.sock:ro