drone-test/.drone.yml
Joe Groocock 4b5cdefb4a
Some checks failed
continuous-integration/drone/push Build is failing
have a pr
have another line because why not
🍆
2020-01-13 22:31:30 +00:00

28 lines
312 B
YAML

---
kind: pipeline
name: one
steps:
- name: build
image: alpine
commands:
- env | sort
- echo cheese
---
kind: pipeline
name: two
steps:
- name: build
image: alpine
commands:
- env | sort
- false
---
kind: signature
hmac: b7cd1a6bf1ec21accbe3dd5f1eba4acc32b69778191b83cb4ceaf003eed80176
...