From c181921ced9a20961d1ea9b49c04507574611710 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BC=96=E7=A0=81=E7=8C=BF?= Date: Wed, 18 Dec 2024 19:32:15 +0800 Subject: [PATCH] test2 --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 54f4ce3..50e63a9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,5 +12,4 @@ steps: commands: - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts - git clone https://git.buyusdt.xyz/bmy/xiezheng.git - - cd /drone/src/xiezheng/ - - npm install && npm run dev \ No newline at end of file + - cd /drone/src/xiezheng/ && npm install && npm run dev \ No newline at end of file