This commit is contained in:
@@ -9,8 +9,6 @@ trigger:
|
|||||||
- push
|
- push
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: pnpm-store-cache
|
|
||||||
emptyDir: {}
|
|
||||||
- name: repo-volume
|
- name: repo-volume
|
||||||
emptyDir: {}
|
emptyDir: {}
|
||||||
|
|
||||||
@@ -44,7 +42,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
NODE_ENV: development
|
NODE_ENV: development
|
||||||
commands:
|
commands:
|
||||||
- cd /drone/src/knowai-core
|
- cd /drone/src/
|
||||||
|
|
||||||
# 验证 Node.js 和 pnpm
|
# 验证 Node.js 和 pnpm
|
||||||
- node --version
|
- node --version
|
||||||
@@ -69,7 +67,5 @@ steps:
|
|||||||
- echo "✅ 核心验证通过"
|
- echo "✅ 核心验证通过"
|
||||||
|
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: pnpm-store-cache
|
|
||||||
mountPath: /pnpm-global/store
|
|
||||||
- name: repo-volume
|
- name: repo-volume
|
||||||
mountPath: /drone/src
|
mountPath: /drone/src
|
||||||
|
|||||||
Reference in New Issue
Block a user