1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-14 02:57:18 +00:00

Add .drone.yml

This commit is contained in:
Kristóf Tóth 2018-05-08 12:26:41 +02:00
parent 6a53b9634b
commit 9dc4587196

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