diff --git a/.drone.yml b/.drone.yml index 78a8145..9497208 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,16 @@ volumes: host: path: /tmp/cache/visitor-new-api +clone: + disable: true + steps: +- name: clone + image: alpine/git + commands: + - git clone https://git.net.dadashe.cn/longge/visitor-node-api.git . + # - git checkout $DRONE_COMMIT + - name: restore-cache pull: if-not-exists image: drillster/drone-volume-cache