Initial commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Joe Groocock 2018-03-16 02:31:56 +00:00 committed by Joe Groocock
commit 0d72f80561
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

15
.drone.yml Normal file
View File

@ -0,0 +1,15 @@
---
kind: pipeline
name: default
steps:
- name: test
image: alpine
commands:
- env | sort
---
kind: signature
hmac: d8276c76e633ce7fa889d98bb2c6ac2410c5b96d3757e2f198a0d302f9c4cfe9
...