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