♻️ 改用 shared mirror clone 准备 job 工作副本
Ubuntu System Information / show-system-info (push) Successful in 0s
Ubuntu System Information / show-system-info (push) Successful in 0s
This commit is contained in:
@@ -128,7 +128,7 @@ create_job_workspace_from_mirror() {
|
||||
|
||||
rm -rf "${job_workspace}"
|
||||
mkdir -p "${job_workspace}"
|
||||
git clone --local "${mirror_path}" "${repo_dir}" >/dev/null
|
||||
git clone --shared "${mirror_path}" "${repo_dir}" >/dev/null
|
||||
git -C "${repo_dir}" remote set-url origin "${remote_url}"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user