From d371e798d922cde7ecaeba10b5d4bb999a048c27 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Tue, 12 Sep 2023 09:34:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 6f038db..347364e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,10 +15,10 @@ steps: - name: cache path: /go commands: - - cd /go - - git clone https://git.shagain.club/lingling/go_echo_wol_web.git + - git clone https://git.shagain.club/lingling/go_echo_wol_web.git /go - cd go_echo_wol_web - git checkout master + - ls /go - name: build_web image: node @@ -26,6 +26,7 @@ steps: - name: cache path: /go commands: + - ls /go - cd /go/go_echo_wol_web - npm install yarn - yarn config set registry https://registry.npm.taobao.org --global