From 7586a845bd9a5dc480698f6009d0bb4645cd2634 Mon Sep 17 00:00:00 2001 From: Bastian de Byl Date: Fri, 9 Oct 2020 20:45:29 -0400 Subject: [PATCH] fixed drone lint step condition --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9f28f20..14f56b4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: image: peterdavehello/markdownlint commands: - markdownlint content/ - trigger: + when: event: exclude: - promote @@ -43,6 +43,6 @@ steps: - production --- kind: signature -hmac: 7f15ec618d95cce36ecf999e018b38c056d52538fd6b5c81bdf5c6ce46e0fd21 +hmac: ac042ea3723037743a119c740b039def0e68930e60e065e68c46dc4181116c17 ...