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