Files
bl/.cnb.yml
昔念 869698892f ```
chore(vscode): 配置vscode runner的CPU核心数为64

配置vscode runner的CPU核心数为64,以提升运行性能
```
2026-03-31 01:00:35 +08:00

24 lines
609 B
Go

$:
vscode:
- runner:
cpus: 2
main:
push:
- runner:
cpus: 1
stages:
# ========== 同步到GitHub ==========
- name: sync to github
image: tencentcom/git-sync
cpus: 1
imports: https://cnb.cool/blzing/key/-/blob/main/githubkey.yml
settings:
target_url: https://admin:4be1105e7401fa938ed84fb55e498376fa29847b@cr.72wo.cn/admin/bl.git
auth_type: https
username: ${GIT_USERNAME}
password: ${GIT_ACCESS_TOKEN}
force: true
#sync_mode: rebase