Merge pull request 'fix : 修复drone.yml' (#45) from dd into master

Reviewed-on: http://git.feashow.cn/feashow/SmartOpsWeb/pulls/45
This commit is contained in:
2024-09-15 09:34:05 +00:00

View File

@@ -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