This commit is contained in:
2026-02-26 01:54:41 +08:00
parent 0d8d81b1fc
commit 3227c795a3

View File

@@ -77,6 +77,8 @@ export const createDevConfig = (params: { repo?: string, event?: string, branch?
# CNB_KEVISUAL_APP: assistant-app # 可选配置(默认即可)
# CNB_OPENCLAW: openclaw # 仓库名(默认即可)
# CNB_OPENWEBUI: open-webui # 仓库名(默认即可)
imports:
- https://cnb.cool/kevisual/env/-/blob/main/.env.development
##### 配置结束 #####
@@ -90,8 +92,7 @@ ${branch}:
runner:
cpus: 16
#tags: cnb:arch:amd64:gpu
imports:
- https://cnb.cool/kevisual/env/-/blob/main/.env.development
imports: !reference [.common_env, imports]
env: !reference [.common_env, env]
stages:
- name: 环境变量