commit 0d72f80561ad6c880a382dfaf20fa279740f6317 Author: Joe Groocock Date: Fri Mar 16 02:31:56 2018 +0000 Initial commit diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4ab2a9c --- /dev/null +++ b/.drone.yml @@ -0,0 +1,15 @@ +--- +kind: pipeline +name: default + +steps: +- name: test + image: alpine + commands: + - env | sort + +--- +kind: signature +hmac: d8276c76e633ce7fa889d98bb2c6ac2410c5b96d3757e2f198a0d302f9c4cfe9 + +...