fix : 修复drone.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user