From ac3d2b199c77e913f3d872b9860c3ccaba191eea Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Sun, 15 Sep 2024 17:33:53 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8Ddrone.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 37b50b2..d1c91ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,17 +1,12 @@ kind: pipeline type: docker name: SmartOpsWeb -platform: - os: linux - arch: amd64 steps: - name: build-package image: registry.cn-chengdu.aliyuncs.com/claywang/node:16.20.0 volumes: - name: cache path: /drone/src/node_modules - - name: build - path: /app/build commands: - export CI=false - mkdir -p /app/build/$DRONE_REPO_NAME