This commit is contained in:
parent
aac00eb3dd
commit
9aedd854bc
@ -8,13 +8,14 @@ steps:
|
||||
- name: build-file
|
||||
path: /root/crm-build/dist # 容器内路径
|
||||
host:
|
||||
path: /dist # 宿主机路径
|
||||
path: /build/dist # 宿主机路径
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
- ls
|
||||
- cd dist
|
||||
- ls
|
||||
- cp -r dist /build
|
||||
# - ls
|
||||
# - cd dist
|
||||
# - ls
|
||||
|
||||
#- name: test
|
||||
# image: node:16.18.1
|
||||
|
Loading…
Reference in New Issue
Block a user