Initial commit

This is a multi-line commit message
This commit is contained in:
2020-01-12 22:17:01 +00:00
committed by Joe Groocock
commit 7178b7c9a0

26
.drone.yml Normal file

@ -0,0 +1,26 @@
---
kind: pipeline
name: one
steps:
- name: build
image: alpine
commands:
- env | sort
---
kind: pipeline
name: two
steps:
- name: build
image: alpine
commands:
- env | sort
- false
---
kind: signature
hmac: b7cd1a6bf1ec21accbe3dd5f1eba4acc32b69778191b83cb4ceaf003eed80176
...