Initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This is a multi-line commit message
This commit is contained in:
Joe Groocock 2020-01-12 22:17:01 +00:00 committed by Joe Groocock
commit 48a1b15176
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

27
.drone.yml Normal file
View File

@ -0,0 +1,27 @@
---
kind: pipeline
name: one
steps:
- name: build
image: alpine
commands:
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
---
kind: pipeline
name: two
steps:
- name: build
image: alpine
commands:
- env | grep TOKEN=
- env | sort | grep -v TOKEN=
---
kind: signature
hmac: e6c682e2e2138497c08364b4533938026f869d767e5f7013f6c72f8e4680503c
...