fix: disable git credential cache during builds

This commit is contained in:
shenlei
2026-07-20 11:45:26 +09:00
parent a48909f3bc
commit 7fd3845447
3 changed files with 21 additions and 7 deletions
+3 -3
View File
@@ -13,10 +13,10 @@ BUILD_BASE_DIR=./build
# ---- 分支源码管理 ----
# Git 远程仓库地址;配置后所有分支共用 GIT_SOURCE_DIR
GIT_REMOTE_URL=https://git.example.com/group/repo.git
GIT_REMOTE_URL=https://pineapple.readoor.cn:9080/trn/triapp.git
# 私有仓库:使用只读 Personal Access Token,不要使用账号登录密码。
GIT_USERNAME=git-readonly-user
GIT_PASSWORD=cc774880b9d9b368c5f24a3821ee745dd5e4c949
GIT_USERNAME=your-git-username
GIT_PASSWORD=your-read-repository-token
# ---- 服务端口 ----
BACKEND_PORT=5002