ci
This commit is contained in:
parent
ed2718c447
commit
04b2a2df4c
|
@ -9,7 +9,7 @@ steps:
|
||||||
# 容器内目录挂载到宿主机,仓库需要trusted权限,例如node_modules防止重复下载
|
# 容器内目录挂载到宿主机,仓库需要trusted权限,例如node_modules防止重复下载
|
||||||
volumes:
|
volumes:
|
||||||
- name: dist-web
|
- name: dist-web
|
||||||
path: /dist
|
path: /apps/web/dist
|
||||||
commands:
|
commands:
|
||||||
- node -v
|
- node -v
|
||||||
- npm -v
|
- npm -v
|
||||||
|
@ -18,7 +18,6 @@ steps:
|
||||||
- ls
|
- ls
|
||||||
- pnpm i
|
- pnpm i
|
||||||
- pnpm build:web
|
- pnpm build:web
|
||||||
- ls
|
|
||||||
|
|
||||||
# 宿主机目录
|
# 宿主机目录
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user