From c9be2ac1476a934e46baaf176e50371d25517175 Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Mon, 26 Feb 2024 15:18:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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