From 328c75b2e4cb298d663660b191808f22346db1cc Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Wed, 24 Jul 2024 22:09:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E8=BF=98=E5=8E=9Fdrone.yml=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index e0b66f4..0a5a8ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -25,9 +25,9 @@ steps: - npm -v - mkdir -p ./node_modules - export NODE_MODULES_PATH=`pwd`/node_modules - - npm config set registry https://registry.npmmirror.com - - set NODE_OPTIONS=--openssl-legacy-provider - - npm install + #- npm config set registry https://registry.npmmirror.com + #- set NODE_OPTIONS=--openssl-legacy-provider + #- npm install - npm run build - ls /app/build/$DRONE_REPO_NAME/ - echo $NODE_MODULES_PATH