From 93012ce08d266fdc1743229aae64087bfab4222a Mon Sep 17 00:00:00 2001 From: Evan Hemsley Date: Sun, 12 Jul 2020 01:12:25 -0700 Subject: [PATCH] trying git plugin --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 282a3b0..c79be0f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,6 +3,10 @@ type: docker name: default pipeline: + clone: + image: plugins/git + recursive: true + build: image: cbrgm/drone-hugo:latest validate: true