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 ---