fix: disable git credential cache during builds
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user