From bb14ca58a14662d629466c21791548726d21e507 Mon Sep 17 00:00:00 2001 From: lingling <1077478963@qq.com> Date: Mon, 11 Sep 2023 17:46:01 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 66f2333..7a92ee2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: image: alpine/git commands: - mkdir -p /drone/web + - pwd - cd /drone/web - git clone https://git.shagain.club/lingling/go_echo_wol_web.git . - git checkout master