Enable CI
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Valentin Brandl 2019-07-24 17:55:38 +02:00
parent 2b13f0f586
commit 38193b8681
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
kind: pipeline
name: build
steps:
- name: docker
image: plugins/docker
ref:
- refs/heads/master
- refs/tags/v*
---
kind: signature
hmac: 1cc0785083f8c74e5fab2c191c65e6ca155a5fbd7b18a559f729b1426fb9511d
...