From 0bc9bc394f97203768d83a27cca24a3179cecfb1 Mon Sep 17 00:00:00 2001 From: rustdreamer Date: Mon, 26 Feb 2024 15:20:56 +0800 Subject: [PATCH] c --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 538fc71..b3be9ae 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,10 +14,10 @@ clone: disable: false steps: -- name: clone - image: alpine/git - commands: - - git clone https://git.net.dadashe.cn/longge/visitor-node-api.git . +# - 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