From 7178b7c9a0266f328b5c8c96f1838c38d3ada140 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 12 Jan 2020 22:17:01 +0000 Subject: [PATCH] Initial commit This is a multi-line commit message --- .drone.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a263e90 --- /dev/null +++ b/.drone.yml @@ -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 + +...