From 7fbf64a4cb02ab4566acca0a1cf2d6d703b2c432 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Fri, 16 Mar 2018 02:31:56 +0000 Subject: [PATCH 1/3] Initial commit --- .drone.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..4624533 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,23 @@ +--- +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= + +... -- 2.45.2 From 382cfcfa21326a29a3973711920c2a425d41891e Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Thu, 7 Nov 2019 12:49:50 +0000 Subject: [PATCH 2/3] I did a thing --- .drone.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4624533..816df63 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,17 +2,6 @@ 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 -- 2.45.2 From 7178b7c9a0266f328b5c8c96f1838c38d3ada140 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 12 Jan 2020 22:17:01 +0000 Subject: [PATCH 3/3] 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 + +... -- 2.45.2