Add .drone.yml

This commit is contained in:
Kristóf Tóth 2018-05-08 12:26:41 +02:00
parent 6a53b9634b
commit 9dc4587196
1 changed files with 9 additions and 0 deletions

9
.drone.yml Normal file
View File

@ -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