From 874e4fd55a51f11a756d34fb50ed35242f4e2431 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Mon, 11 Sep 2023 17:49:14 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c767c33..d5f316f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,13 +15,13 @@ steps: - mkdir -p /drone/web - pwd - cd /drone/web - - git clone https://git.shagain.club/lingling/go_echo_wol_web.git . + - git clone https://git.shagain.club/lingling/go_echo_wol_web.git - git checkout master - name: build_web image: node commands: - - cd /drone/web/ + - cd /drone/web/go_echo_wol_web - pwd - npm install yarn - yarn config set registry https://registry.npm.taobao.org --global