From 7d50c00367194f89f5cef1fd30bf1b27f08c0eee Mon Sep 17 00:00:00 2001 From: Nick Dumas Date: Mon, 24 Jun 2024 16:20:33 -0400 Subject: [PATCH] Trailing --- was messing me up I think --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 33c4eaa..db553be 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ ---- kind: pipeline name: blog +type: docker clone: depth: 1 @@ -29,6 +29,7 @@ branches: --- kind: pipeline name: dev +type: docker clone: depth: 1 @@ -57,6 +58,7 @@ branches: --- kind: pipeline name: drafts +type: docker clone: depth: 1 @@ -82,4 +84,3 @@ steps: include: ["*"] branches: - dev ----