From 6a46fae73564e465a79db924ebb85cc50a17e12e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Sat, 18 Mar 2023 22:31:02 +0000 Subject: [PATCH] fixup! ci: woodpecker: debug clone --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index d577960..2a09ad5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,13 @@ kind: pipeline type: docker name: exec docker test +clone: + disable: true + steps: +- name: clone + image: woodpeckerci/plugin-git + - name: test image: hello-world ---