fix : 修复drone.yml

This commit is contained in:
2024-09-15 17:28:22 +08:00
parent d9bd058cf3
commit 407e76e914

View File

@@ -1,12 +1,17 @@
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