initial drone test config

This commit is contained in:
Tobias Brunner 2019-01-05 23:42:57 +01:00
parent 42ecd74472
commit d3a8840f82
1 changed files with 8 additions and 0 deletions

8
.drone.yml Normal file
View File

@ -0,0 +1,8 @@
kind: pipeline
name: default
steps:
- name: build
image: docker:stable-dind
commands:
- docker build -t tobru/pylokid .