diff --git a/.drone.yml b/.drone.yml index e69de29..2504c34 100644 --- a/.drone.yml +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: default + +steps: +- name: Getting bob + image: alpine/git + commands: + - git clone https://git.simonpetit.top/simonpetit/bob +